From eb2d40205c8fa043166027a10d9cdb10415e6cbf Mon Sep 17 00:00:00 2001 From: Marcus G K Williams Date: Wed, 30 Aug 2017 19:32:32 -0700 Subject: Update SDNC NB to depend on CCSDK Refactor code to use CCSDK Issue-Id: SDNC-50 Change-Id: If637d1a0609ec5ae9df60939f72eb64888e61e71 Signed-off-by: Marcus G K Williams --- vnftools/features/pom.xml | 4 ++-- vnftools/features/src/main/resources/features.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'vnftools/features') diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index e17ec6a9..452737fa 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/pom.xml @@ -3,7 +3,7 @@ 4.0.0 vnftools - org.openecomp.sdnc.northbound + org.onap.sdnc.northbound 1.2.0-SNAPSHOT vnftools-features @@ -15,7 +15,7 @@ - org.openecomp.sdnc.northbound + org.onap.sdnc.northbound vnftools-provider ${project.version} diff --git a/vnftools/features/src/main/resources/features.xml b/vnftools/features/src/main/resources/features.xml index f90e4018..742efb47 100644 --- a/vnftools/features/src/main/resources/features.xml +++ b/vnftools/features/src/main/resources/features.xml @@ -32,7 +32,7 @@ odl-mdsal-broker sdnc-sli - mvn:org.openecomp.sdnc.northbound/vnftools-provider/${project.version} + mvn:org.onap.sdnc.northbound/vnftools-provider/${project.version} -- cgit 1.2.3-korg