Merge "Remove the dependency of jackson databind."
authorHuabingZhao <zhao.huabing@zte.com.cn>
Sun, 11 Feb 2018 06:23:12 +0000 (06:23 +0000)
committerGerrit Code Review <gerrit@onap.org>
Sun, 11 Feb 2018 06:23:12 +0000 (06:23 +0000)
pom.xml

diff --git a/pom.xml b/pom.xml
index 22f9de7..18530f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <artifactId>consumer</artifactId>
       <version>5.0</version>
     </dependency>
-       <dependency>
-               <groupId>com.fasterxml.jackson.core</groupId>
-               <artifactId>jackson-databind</artifactId>
-               <version>2.8.9</version>
-       </dependency>
     <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>