upgrade databind artifact
[appc.git] / appc-outbound / appc-aai-client / provider / pom.xml
index 2588a72..f02df86 100755 (executable)
                        <groupId>org.onap.ccsdk.sli.adaptors</groupId>
                        <artifactId>aai-service-provider</artifactId>
                        <scope>compile</scope>
+                        <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>