diff options
author | liboNet <libo.zhu@intel.com> | 2019-03-28 07:08:06 +0800 |
---|---|---|
committer | liboNet <libo.zhu@intel.com> | 2019-03-28 07:10:43 +0800 |
commit | ece7c6197ca79fb149c17dfbf86c972286cb262f (patch) | |
tree | 3650d7796ef6c588fcee6fd573d682e1e3c39069 /artifactbroker/plugins/reception-plugins/pom.xml | |
parent | 0c2c5169090e61fb00d8c10b0e539acaf39d6d22 (diff) |
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 <libo.zhu@intel.com>
Diffstat (limited to 'artifactbroker/plugins/reception-plugins/pom.xml')
-rw-r--r-- | artifactbroker/plugins/reception-plugins/pom.xml | 5 |
1 files changed, 0 insertions, 5 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 @@ -36,11 +36,6 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>org.onap.sdc.sdc-tosca</groupId> - <artifactId>sdc-tosca</artifactId> - <version>1.4.1</version> - </dependency> - <dependency> <groupId>org.onap.sdc.sdc-distribution-client</groupId> <artifactId>sdc-distribution-client</artifactId> <version>1.3.0</version> |