upgrade databind artifact
[appc.git] / appc-provider / appc-provider-features / features-appc-provider / pom.xml
index 19ab1d1..997280f 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>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>