aboutsummaryrefslogtreecommitdiffstats
path: root/appc-core
diff options
context:
space:
mode:
Diffstat (limited to 'appc-core')
-rw-r--r--appc-core/appc-common-bundle/pom.xml1
-rw-r--r--appc-core/appc-core-features/onap-appc-common/pom.xml14
-rw-r--r--appc-core/appc-core-features/onap-appc-core/pom.xml15
3 files changed, 28 insertions, 2 deletions
diff --git a/appc-core/appc-common-bundle/pom.xml b/appc-core/appc-common-bundle/pom.xml
index 6be1fe9a7..aeafc133f 100644
--- a/appc-core/appc-common-bundle/pom.xml
+++ b/appc-core/appc-common-bundle/pom.xml
@@ -72,6 +72,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
+ <version>2.8.11.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
diff --git a/appc-core/appc-core-features/onap-appc-common/pom.xml b/appc-core/appc-core-features/onap-appc-common/pom.xml
index 247ad1f86..353673bd4 100644
--- a/appc-core/appc-core-features/onap-appc-common/pom.xml
+++ b/appc-core/appc-core-features/onap-appc-common/pom.xml
@@ -35,9 +35,21 @@
<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.ccsdk.sli.core</groupId>
<artifactId>ccsdk-dblib</artifactId>
<version>${ccsdk.sli.core.version}</version>
@@ -46,4 +58,4 @@
</dependency>
</dependencies>
<version>1.5.0-SNAPSHOT</version>
-</project> \ No newline at end of file
+</project>
diff --git a/appc-core/appc-core-features/onap-appc-core/pom.xml b/appc-core/appc-core-features/onap-appc-core/pom.xml
index 1a10b4678..f735ba3d5 100644
--- a/appc-core/appc-core-features/onap-appc-core/pom.xml
+++ b/appc-core/appc-core-features/onap-appc-core/pom.xml
@@ -37,7 +37,20 @@
<version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
+ <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>
<version>1.5.0-SNAPSHOT</version>
-</project> \ No newline at end of file
+</project>