Fix security risk issues 91/86691/1
authorguochuyicmri <guochuyi@chinamobile.com>
Wed, 1 May 2019 00:24:47 +0000 (08:24 +0800)
committerguochuyicmri <guochuyi@chinamobile.com>
Wed, 1 May 2019 00:24:49 +0000 (08:24 +0800)
Change-Id: I91ac0c24aa1e213366a2797b7f3b7a764ed90a5c
Issue-ID: USECASEUI-258
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
server/pom.xml

index 8c2fd12..4cde5c2 100644 (file)
             <artifactId>jetty-util</artifactId>
             <version>9.4.14.v20181114</version>
         </dependency>
+        <dependency>
+            <groupId>org.springframework.data</groupId>
+            <artifactId>spring-data-rest-webmvc</artifactId>
+            <version>3.1.5.RELEASE</version>
+        </dependency>
 
         <!-- commons-csv -->
         <dependency>