summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortang peng <tang.peng5@zte.com.cn>2018-03-26 06:30:54 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-26 06:30:54 +0000
commitb6306ec5c19b3a7726e6bf77d56802fbfc403d4e (patch)
tree9698488b29e9a1056887516e55d0a6bacbcb2d17
parentee000fb8b1a64ce3efc431ed6ea062747d3c89eb (diff)
parent0b047316fc0dcc4bf2a5a88f654fd2ff9cad7a46 (diff)
Merge "Change the Dependency Source of Jackson"
-rw-r--r--engine-d/pom.xml15
1 files changed, 1 insertions, 14 deletions
diff --git a/engine-d/pom.xml b/engine-d/pom.xml
index 2c0954f..548ac76 100644
--- a/engine-d/pom.xml
+++ b/engine-d/pom.xml
@@ -45,11 +45,6 @@
<version>5.4.2.Final</version>
</dependency>
<dependency>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- <version>2.7.0</version>
- </dependency>
- <dependency>
<groupId>net.sf.json-lib</groupId>
<artifactId>json-lib</artifactId>
<version>2.4</version>
@@ -80,16 +75,12 @@
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-core</artifactId>
+ <artifactId>jackson-databind</artifactId>
</exclusion>
<exclusion>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>
@@ -199,10 +190,6 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.fasterxml.jackson.core</groupId>
- <artifactId>jackson-databind</artifactId>
- </exclusion>
</exclusions>
</dependency>
<dependency>