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-metric-features/features-appc-metric/pom.xml | 12 +++++++++++- .../appc-metric-features/onap-appc-metric/pom.xml | 17 +++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) (limited to 'appc-metric/appc-metric-features') diff --git a/appc-metric/appc-metric-features/features-appc-metric/pom.xml b/appc-metric/appc-metric-features/features-appc-metric/pom.xml index 1ac95f479..7008184b4 100644 --- a/appc-metric/appc-metric-features/features-appc-metric/pom.xml +++ b/appc-metric/appc-metric-features/features-appc-metric/pom.xml @@ -42,7 +42,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-metric/appc-metric-features/onap-appc-metric/pom.xml b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml index dc8bd2b91..749dacebe 100644 --- a/appc-metric/appc-metric-features/onap-appc-metric/pom.xml +++ b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml @@ -41,6 +41,12 @@ limitations under the License. org.onap.appc appc-metric-bundle ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.appc @@ -48,6 +54,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 -- cgit 1.2.3-korg