Fix usecase-ui-server security risk issues 61/87061/1
authorguochuyicmri <guochuyi@chinamobile.com>
Mon, 6 May 2019 16:44:17 +0000 (00:44 +0800)
committerguochuyicmri <guochuyi@chinamobile.com>
Mon, 6 May 2019 16:44:20 +0000 (00:44 +0800)
Change-Id: I657159c34a8c7f38c99ccf42e2f55110ea6e5fbc
Issue-ID: USECASEUI-258
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
server/pom.xml

index 8329c87..c3344c0 100644 (file)
             <groupId>org.springframework.boot</groupId>
             <artifactId>spring-boot-starter-jersey</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.springframework.boot</groupId>
-            <artifactId>spring-boot-starter-web</artifactId>
-        </dependency>
         <!-- postgresql  dependency-->
         <dependency>
             <groupId>postgresql</groupId>
             <groupId>org.springframework</groupId>
             <artifactId>spring-jdbc</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-webmvc</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.hibernate</groupId>
             <artifactId>hibernate-core</artifactId>
             <version>9.4.14.v20181114</version>
         </dependency>
         <dependency>
-            <groupId>org.springframework.data</groupId>
-            <artifactId>spring-data-rest-webmvc</artifactId>
-            <version>2.6.7.RELEASE</version>
+            <groupId>org.eclipse.jetty</groupId>
+            <artifactId>jetty-server</artifactId>
+            <version>9.4.17.v20190418</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-data-commons</artifactId>
             <version>1.13.18.RELEASE</version>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-web</artifactId>
-            <version>4.3.22.RELEASE</version>
-        </dependency>
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-core</artifactId>