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-artifact-handler/pom.xml | 12 ++++++++++++ .../features/onap-appc-artifact-handler/pom.xml | 13 +++++++++++++ appc-inbound/appc-artifact-handler/provider/pom.xml | 14 +++++++++++++- .../features/features-appc-design-services/pom.xml | 12 ++++++++++++ .../features/onap-appc-design-services/pom.xml | 11 +++++++++++ appc-inbound/appc-design-services/provider/pom.xml | 1 + appc-inbound/appc-interfaces-service/bundle/pom.xml | 1 + .../features/features-appc-interfaces-service/pom.xml | 12 ++++++++++++ .../features/onap-appc-interfaces-service/pom.xml | 11 +++++++++++ 9 files changed, 86 insertions(+), 1 deletion(-) (limited to 'appc-inbound') diff --git a/appc-inbound/appc-artifact-handler/features/features-appc-artifact-handler/pom.xml b/appc-inbound/appc-artifact-handler/features/features-appc-artifact-handler/pom.xml index 72d2ceb89..5743f15eb 100644 --- a/appc-inbound/appc-artifact-handler/features/features-appc-artifact-handler/pom.xml +++ b/appc-inbound/appc-artifact-handler/features/features-appc-artifact-handler/pom.xml @@ -42,6 +42,18 @@ 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-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml b/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml index 07337e89b..5bdb89032 100644 --- a/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml +++ b/appc-inbound/appc-artifact-handler/features/onap-appc-artifact-handler/pom.xml @@ -53,7 +53,20 @@ 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.onap.appc appc-config-params-provider diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index 8c465cc1c..f2448d0fd 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -66,7 +66,14 @@ limitations under the License. org.onap.appc appc-yang-generator ${project.version} - + + + com.fasterxml.jackson.core + jackson-databind + + + + org.opendaylight.controller sal-binding-api @@ -106,6 +113,11 @@ limitations under the License. com.att.eelf eelf-core + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 + junit junit diff --git a/appc-inbound/appc-design-services/features/features-appc-design-services/pom.xml b/appc-inbound/appc-design-services/features/features-appc-design-services/pom.xml index c872954c1..77be973ef 100644 --- a/appc-inbound/appc-design-services/features/features-appc-design-services/pom.xml +++ b/appc-inbound/appc-design-services/features/features-appc-design-services/pom.xml @@ -42,6 +42,18 @@ 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-inbound/appc-design-services/features/onap-appc-design-services/pom.xml b/appc-inbound/appc-design-services/features/onap-appc-design-services/pom.xml index 2bc2a71bc..6b9c2efbe 100644 --- a/appc-inbound/appc-design-services/features/onap-appc-design-services/pom.xml +++ b/appc-inbound/appc-design-services/features/onap-appc-design-services/pom.xml @@ -58,6 +58,17 @@ limitations under the License. org.onap.appc appc-design-services-provider ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 org.onap.appc diff --git a/appc-inbound/appc-design-services/provider/pom.xml b/appc-inbound/appc-design-services/provider/pom.xml index 4593a2fa8..b25a0c386 100755 --- a/appc-inbound/appc-design-services/provider/pom.xml +++ b/appc-inbound/appc-design-services/provider/pom.xml @@ -152,6 +152,7 @@ com.fasterxml.jackson.core jackson-databind + 2.8.11.3 com.fasterxml.jackson.core diff --git a/appc-inbound/appc-interfaces-service/bundle/pom.xml b/appc-inbound/appc-interfaces-service/bundle/pom.xml index b9b7a3fd0..b0f49e79a 100644 --- a/appc-inbound/appc-interfaces-service/bundle/pom.xml +++ b/appc-inbound/appc-interfaces-service/bundle/pom.xml @@ -131,6 +131,7 @@ com.fasterxml.jackson.core jackson-databind + 2.8.11.3 org.apache.commons diff --git a/appc-inbound/appc-interfaces-service/features/features-appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/features/features-appc-interfaces-service/pom.xml index 9c4fa8899..b4b4ed5b6 100644 --- a/appc-inbound/appc-interfaces-service/features/features-appc-interfaces-service/pom.xml +++ b/appc-inbound/appc-interfaces-service/features/features-appc-interfaces-service/pom.xml @@ -42,6 +42,18 @@ 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-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml b/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml index 56e5e8091..a2f6c2332 100644 --- a/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml +++ b/appc-inbound/appc-interfaces-service/features/onap-appc-interfaces-service/pom.xml @@ -58,12 +58,23 @@ limitations under the License. org.onap.appc appc-interfaces-service-bundle ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.appc appc-aai-client-provider ${project.version} + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 + -- cgit