diff options
author | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 16:07:52 +0800 |
---|---|---|
committer | GuangrongFu <fu.guangrong@zte.com.cn> | 2018-03-26 16:07:52 +0800 |
commit | aa8c16a5c4421edb65ccb15f188adf06fad9d4e1 (patch) | |
tree | 58a234fce5c2b0a92849f9cb075cbb9e170d4235 | |
parent | dad5977774c2ebfeb5c6e316e42e8d062587c4da (diff) |
Changed the Version of jackson-core to 2.8.6
Change-Id: I024f5b36ebff3b90fcf3d12b44458aaf78addcf2
Issue-ID: HOLMES-123
Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
-rw-r--r-- | rulemgt/pom.xml | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/rulemgt/pom.xml b/rulemgt/pom.xml index 0ad9061..5977c45 100644 --- a/rulemgt/pom.xml +++ b/rulemgt/pom.xml @@ -35,6 +35,11 @@ <version>5.4.2.Final</version> </dependency> <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>2.8.6</version> + </dependency> + <dependency> <groupId>org.onap.msb.java-sdk</groupId> <artifactId>msb-java-sdk</artifactId> <exclusions> @@ -103,10 +108,14 @@ <artifactId>log4j-over-slf4j</artifactId> <groupId>org.slf4j</groupId> </exclusion> - <exclusion> - <groupId>org.hibernate</groupId> - <artifactId>hibernate-validator</artifactId> - </exclusion> + <exclusion> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-validator</artifactId> + </exclusion> + <exclusion> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + </exclusion> </exclusions> </dependency> |