upgrade databind artifact
[appc.git] / appc-adapters / appc-ansible-adapter / appc-ansible-adapter-features / onap-appc-ansible-adapter / pom.xml
index 6b9403f..34936a2 100644 (file)
@@ -25,13 +25,13 @@ limitations under the License.
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.4.0-SNAPSHOT</version>
+        <version>1.5.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
     <groupId>org.onap.appc</groupId>
     <artifactId>onap-appc-ansible-adapter</artifactId>
-    <version>1.4.0-SNAPSHOT</version>
+    <version>1.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
 
     <name></name>
@@ -55,11 +55,28 @@ limitations under the License.
             <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>org.onap.appc</groupId>
             <artifactId>appc-ansible-adapter-bundle</artifactId>
             <version>${project.version}</version>
+            <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>