upgrade databind artifact
[appc.git] / appc-core / appc-core-features / onap-appc-core / pom.xml
index e516cdc..f735ba3 100644 (file)
@@ -22,7 +22,7 @@
   <parent>\r
     <groupId>org.onap.appc.parent</groupId>\r
     <artifactId>single-feature-parent</artifactId>\r
-    <version>1.4.0</version>\r
+    <version>1.5.0-SNAPSHOT</version>\r
     <relativePath/>\r
   </parent>\r
   \r
         <version>${project.version}</version>\r
         <type>xml</type>\r
         <classifier>features</classifier>\r
+        <exclusions>\r
+              <exclusion>\r
+                <groupId>com.fasterxml.jackson.core</groupId>\r
+                <artifactId>jackson-databind</artifactId>\r
+              </exclusion>\r
+        </exclusions>\r
     </dependency>\r
+\r
+    <dependency>\r
+      <groupId>com.fasterxml.jackson.core</groupId>\r
+      <artifactId>jackson-databind</artifactId>\r
+      <version>2.8.11.3</version>\r
+    </dependency>\r
+\r
   </dependencies>\r
-  <version>1.4.0-SNAPSHOT</version>\r
-</project>
\ No newline at end of file
+  <version>1.5.0-SNAPSHOT</version>\r
+</project>\r