Fix usecase-ui-server security risk issues 17/87117/1
authorguochuyicmri <guochuyi@chinamobile.com>
Tue, 7 May 2019 08:44:55 +0000 (16:44 +0800)
committerguochuyicmri <guochuyi@chinamobile.com>
Tue, 7 May 2019 08:44:57 +0000 (16:44 +0800)
Change-Id: Ib28bf5b595ae9c4282e0f2e18aef6bad157bd56c
Issue-ID: USECASEUI-258
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
server/pom.xml

index b057bc0..8133ea8 100644 (file)
         </dependency>
 
         <!-- security vulnerabilities -->
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-web</artifactId>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.springframework.boot</groupId>
-                    <artifactId>spring-boot-starter-tomcat</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.tomcat.embed</groupId>
-                    <artifactId>tomcat-embed-core</artifactId>
-                </exclusion>
-            </exclusions>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.tomcat.embed</groupId>
-            <artifactId>tomcat-embed-websocket</artifactId>
-            <version>8.5.34</version>
-        </dependency>
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>