From 52cf1a81d591efb2b1ee4b8c5a70b137dfb6c212 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Wed, 13 Mar 2019 14:40:15 -0400 Subject: upgrade databind artifact upgrade jackson's databind from 2.8.11.2 to 2.8.11.3 Change-Id: I9bf3ab8021f91f6ed36bdffdacbaeeac78d2e87c Issue-ID: APPC-1533 Signed-off-by: Taka Cho --- appc-core/appc-common-bundle/pom.xml | 1 + appc-core/appc-core-features/onap-appc-common/pom.xml | 14 +++++++++++++- appc-core/appc-core-features/onap-appc-core/pom.xml | 15 ++++++++++++++- 3 files changed, 28 insertions(+), 2 deletions(-) (limited to 'appc-core') 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 @@ com.fasterxml.jackson.core jackson-databind + 2.8.11.3 com.fasterxml.jackson.core 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,8 +35,20 @@ org.onap.appc appc-common-bundle ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 + + org.onap.ccsdk.sli.core ccsdk-dblib @@ -46,4 +58,4 @@ 1.5.0-SNAPSHOT - \ No newline at end of file + 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 @@ ${project.version} xml features + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 + + 1.5.0-SNAPSHOT - \ No newline at end of file + -- cgit 1.2.3-korg