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 --- .../features/features-appc-config-params/pom.xml | 14 +++++++++++--- .../features/onap-appc-config-params/pom.xml | 12 ++++++++++++ appc-config/appc-config-params/provider/pom.xml | 3 ++- 3 files changed, 25 insertions(+), 4 deletions(-) (limited to 'appc-config/appc-config-params') diff --git a/appc-config/appc-config-params/features/features-appc-config-params/pom.xml b/appc-config/appc-config-params/features/features-appc-config-params/pom.xml index e14d1e26a..e7fe83ab0 100644 --- a/appc-config/appc-config-params/features/features-appc-config-params/pom.xml +++ b/appc-config/appc-config-params/features/features-appc-config-params/pom.xml @@ -33,8 +33,6 @@ limitations under the License. 1.5.0-SNAPSHOT feature - - org.onap.appc @@ -42,7 +40,17 @@ limitations under the License. ${project.version} xml features + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 - diff --git a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml index 860fd2491..889cad4f4 100644 --- a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml +++ b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml @@ -63,6 +63,18 @@ limitations under the License. org.openecomp.sdc.common openecomp-tosca-datatype ${tosca.datatype.version} + + + com.fasterxml.jackson.core + jackson-databind + + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 org.yaml diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml index bc7fd1b58..76059ce7e 100644 --- a/appc-config/appc-config-params/provider/pom.xml +++ b/appc-config/appc-config-params/provider/pom.xml @@ -65,7 +65,7 @@ - + ch.qos.logback logback-classic 1.2.3 @@ -73,6 +73,7 @@ com.fasterxml.jackson.core jackson-databind + 2.8.11.3 com.fasterxml.jackson.core -- cgit 1.2.3-korg