summaryrefslogtreecommitdiffstats
path: root/rulemgt
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-03-26 16:07:52 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-03-26 16:07:52 +0800
commitaa8c16a5c4421edb65ccb15f188adf06fad9d4e1 (patch)
tree58a234fce5c2b0a92849f9cb075cbb9e170d4235 /rulemgt
parentdad5977774c2ebfeb5c6e316e42e8d062587c4da (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>
Diffstat (limited to 'rulemgt')
-rw-r--r--rulemgt/pom.xml17
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>