upgrade databind artifact
[appc.git] / appc-config / appc-config-audit / features / onap-appc-config-audit / pom.xml
index 92947ee..6e16ebd 100644 (file)
@@ -58,6 +58,18 @@ limitations under the License.
             <groupId>org.onap.appc</groupId>
             <artifactId>appc-config-audit-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>