upgrade databind artifact
[appc.git] / appc-config / appc-encryption-tool / installer / pom.xml
index fe55251..b335b96 100644 (file)
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-config-encryption-tool-provider</artifactId>
             <version>1.5.0-SNAPSHOT</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>
     <build>