Add jackson-databind dependency 81/68381/1
authorSiva.ye <yezhihua@huawei.com>
Fri, 21 Sep 2018 09:41:22 +0000 (09:41 +0000)
committerSiva.ye <yezhihua@huawei.com>
Fri, 21 Sep 2018 09:41:22 +0000 (09:41 +0000)
Change-Id: Idaa55084f5ecb0dd3536c232cebc14fb50000009
Issue-ID: SO-1047
Signed-off-by: Siva.ye <yezhihua@huawei.com>
dependencies-clm/pom.xml
dependencies/pom.xml

index 32ac3e6..478a52c 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 55023bc..8974a71 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>