aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2019-05-01 08:24:47 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2019-05-01 08:24:49 +0800
commit27cd1ae2db974dc53691c5eba853632d871101c0 (patch)
treebba67badfb338b8964874248a70859931197dbf7
parent6ef2972b96b68f2fd5276839f5612ecb0efac715 (diff)
Fix security risk issues
Change-Id: I91ac0c24aa1e213366a2797b7f3b7a764ed90a5c Issue-ID: USECASEUI-258 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r--server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/server/pom.xml b/server/pom.xml
index 8c2fd12f..4cde5c21 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -228,6 +228,11 @@
<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>