diff options
author | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-01 08:24:47 +0800 |
---|---|---|
committer | guochuyicmri <guochuyi@chinamobile.com> | 2019-05-01 08:24:49 +0800 |
commit | 27cd1ae2db974dc53691c5eba853632d871101c0 (patch) | |
tree | bba67badfb338b8964874248a70859931197dbf7 | |
parent | 6ef2972b96b68f2fd5276839f5612ecb0efac715 (diff) |
Fix security risk issues
Change-Id: I91ac0c24aa1e213366a2797b7f3b7a764ed90a5c
Issue-ID: USECASEUI-258
Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rw-r--r-- | server/pom.xml | 5 |
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> |