From: liboNet Date: Wed, 27 Mar 2019 23:08:06 +0000 (+0800) Subject: fix the clm issue X-Git-Tag: 1.3.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=commitdiff_plain;h=ece7c6197ca79fb149c17dfbf86c972286cb262f 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 --- 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 @@ +