upgrade databind artifact
[appc.git] / appc-config / appc-config-adaptor / features / onap-appc-config-adaptor / pom.xml
index 4093183..df70905 100644 (file)
@@ -25,7 +25,7 @@ limitations under the License.
     <parent>
         <groupId>org.onap.appc.parent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>1.4.0</version>
+        <version>1.5.0-SNAPSHOT</version>
         <relativePath />
     </parent>
 
@@ -55,6 +55,18 @@ limitations under the License.
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-config-adaptor-provider</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>