aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-audit/installer
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-config-audit/installer')
-rw-r--r--appc-config/appc-config-audit/installer/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appc-config/appc-config-audit/installer/pom.xml b/appc-config/appc-config-audit/installer/pom.xml
index f6438c475..c634f3ccb 100644
--- a/appc-config/appc-config-audit/installer/pom.xml
+++ b/appc-config/appc-config-audit/installer/pom.xml
@@ -58,6 +58,18 @@
<groupId>org.onap.appc</groupId>
<artifactId>appc-config-audit-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>