Revert "Add jackson-databind dependency" 83/68683/1
authorGary Wu <gary.i.wu@huawei.com>
Mon, 24 Sep 2018 14:59:42 +0000 (07:59 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Mon, 24 Sep 2018 15:00:50 +0000 (08:00 -0700)
This reverts commit 8e6f67e07788e1ef75fa4ac8a480decf61df573c.
Issue-ID: SO-1047
Change-Id: I225e6ab136d84348417fada042da1234d5c15cd6
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
dependencies-clm/pom.xml
dependencies/pom.xml

index 478a52c..32ac3e6 100644 (file)
       <groupId>com.fasterxml.jackson.core</groupId>
       <artifactId>jackson-core</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-databind</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.core</groupId>
-      <artifactId>jackson-annotations</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.webjars</groupId>
       <artifactId>jquery</artifactId>
index 8974a71..55023bc 100644 (file)
         <artifactId>jackson-core</artifactId>
         <version>2.9.6</version>
       </dependency>
-      <dependency>
-        <groupId>com.fasterxml.jackson.core</groupId>
-        <artifactId>jackson-databind</artifactId>
-        <version>2.9.6</version>
-      </dependency>
-      <dependency>
-        <groupId>com.fasterxml.jackson.core</groupId>
-        <artifactId>jackson-annotations</artifactId>
-        <version>2.9.6</version>
-      </dependency>
       <dependency>
         <groupId>org.webjars</groupId>
         <artifactId>jquery</artifactId>