From ece7c6197ca79fb149c17dfbf86c972286cb262f Mon Sep 17 00:00:00 2001 From: liboNet Date: Thu, 28 Mar 2019 07:08:06 +0800 Subject: [PATCH] fix the clm issue fix the org.json:json issue and fix the jackson.core issue by excluding them from policy-endpoints remove the unused sdc-tosca package Change-Id: I1eb96d95f9acade1b3d1203aa0ccff0aacd083de Issue-ID: MULTICLOUD-514 Signed-off-by: liboNet --- artifactbroker/plugins/reception-plugins/pom.xml | 5 ----- artifactbroker/pom.xml | 24 +++++++++++++++++++++++- 2 files changed, 23 insertions(+), 6 deletions(-) diff --git a/artifactbroker/plugins/reception-plugins/pom.xml b/artifactbroker/plugins/reception-plugins/pom.xml index d6a8ccc..a8e37e9 100644 --- a/artifactbroker/plugins/reception-plugins/pom.xml +++ b/artifactbroker/plugins/reception-plugins/pom.xml @@ -35,11 +35,6 @@ multicloud-framework-artifactbroker-reception ${project.version} - - org.onap.sdc.sdc-tosca - sdc-tosca - 1.4.1 - org.onap.sdc.sdc-distribution-client sdc-distribution-client diff --git a/artifactbroker/pom.xml b/artifactbroker/pom.xml index 0553390..6373a31 100644 --- a/artifactbroker/pom.xml +++ b/artifactbroker/pom.xml @@ -34,7 +34,6 @@ https://nexus.onap.org 1.2.3 1.3.4 - 1.3.5 @@ -87,10 +86,32 @@ capabilities ${policy.common.version} + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + + + + org.json + json + 20160810 + org.onap.policy.common policy-endpoints ${policy.common.version} + + + com.fasterxml.jackson.core + jackson-databind + + + org.json + json + + org.onap.policy.common @@ -220,3 +241,4 @@ + -- 2.16.6