summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiZi <li.zi30@zte.com.cn>2018-03-29 02:02:54 -0400
committerLiZi <li.zi30@zte.com.cn>2018-03-29 02:02:58 -0400
commitb23815f098b752259f8a3a16ff925da60e2a0d85 (patch)
tree0f5632a81cfd2ef8b7c1707dd1403ad07fa671a4
parentf407d2f5389ed09f3c7447dea2672c1defebbebc (diff)
undone upgrade jackson-databind
According to the nexus IQ reports some other security issues caused by upgrade jackson-databind. Change-Id: I6cfebcdd104c47304185fde024105edea473042c Issue-ID: AAI-592 Signed-off-by: LiZi <li.zi30@zte.com.cn>
-rw-r--r--pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index ae2bf31..42abe4b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,11 +72,7 @@
<artifactId>hibernate-validator</artifactId>
<version>5.4.2.Final</version>
</dependency>
- <dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.9.5</version>
- </dependency>
+
<!-- jersey -->
<dependency>
<groupId>org.glassfish.jersey.core</groupId>