summaryrefslogtreecommitdiffstats
path: root/appc-oam/appc-oam-bundle/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'appc-oam/appc-oam-bundle/pom.xml')
-rw-r--r--appc-oam/appc-oam-bundle/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appc-oam/appc-oam-bundle/pom.xml b/appc-oam/appc-oam-bundle/pom.xml
index a4cde77e1..4e0c3dbd2 100644
--- a/appc-oam/appc-oam-bundle/pom.xml
+++ b/appc-oam/appc-oam-bundle/pom.xml
@@ -97,6 +97,18 @@
<groupId>org.onap.appc</groupId>
<artifactId>appc-common-bundle</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>
<dependency>
<groupId>org.onap.appc</groupId>