upgrade databind artifact
[appc.git] / appc-provider / appc-provider-features / onap-appc-provider / pom.xml
index 9df0b8e..ce2e209 100644 (file)
       <version>${project.version}</version>
       <type>xml</type>
       <classifier>features</classifier>
+      <exclusions>
+           <exclusion>
+              <groupId>com.fasterxml.jackson.core</groupId>
+              <artifactId>jackson-databind</artifactId>
+           </exclusion>
+      </exclusions>
+    </dependency>
+
+    <dependency>
+      <groupId>com.fasterxml.jackson.core</groupId>
+      <artifactId>jackson-databind</artifactId>
+      <version>2.8.11.3</version>
     </dependency>
     
     <dependency>
@@ -43,4 +55,4 @@
       <version>${project.version}</version>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>