diff options
author | LiZi <li.zi30@zte.com.cn> | 2018-03-29 02:02:54 -0400 |
---|---|---|
committer | LiZi <li.zi30@zte.com.cn> | 2018-03-29 02:02:58 -0400 |
commit | b23815f098b752259f8a3a16ff925da60e2a0d85 (patch) | |
tree | 0f5632a81cfd2ef8b7c1707dd1403ad07fa671a4 | |
parent | f407d2f5389ed09f3c7447dea2672c1defebbebc (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.xml | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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> |