summaryrefslogtreecommitdiffstats
path: root/dataChange/features
diff options
context:
space:
mode:
authorRyan Goulding <ryandgoulding@gmail.com>2017-09-07 15:21:05 -0400
committerRyan Goulding <ryandgoulding@gmail.com>2017-09-12 09:17:38 -0400
commit3f9970cb513e632ea5c1613c3b7ff577ac9fd4d1 (patch)
tree3d4803613e384000483aa85dfe7bb99d83d5f526 /dataChange/features
parent43348099556e047d28a1cdbf85fedf9e7e8a6d47 (diff)
Fix SDNC service registration
Move the northbound to utilize Aries Blueprint instead of ODL's configuration subsystem Change-Id: I7388391d40912136176bb28b817157676f71557d Issue-Id: SDNC-54 Signed-off-by: Ryan Goulding <ryandgoulding@gmail.com>
Diffstat (limited to 'dataChange/features')
-rwxr-xr-xdataChange/features/pom.xml6
-rw-r--r--dataChange/features/src/main/resources/features.xml1
2 files changed, 0 insertions, 7 deletions
diff --git a/dataChange/features/pom.xml b/dataChange/features/pom.xml
index cd48d3f52..9d140cb6e 100755
--- a/dataChange/features/pom.xml
+++ b/dataChange/features/pom.xml
@@ -20,12 +20,6 @@
<dependency>
<groupId>org.onap.ccsdk.sli.northbound</groupId>
<artifactId>dataChange-provider</artifactId>
- <classifier>config</classifier>
- <type>xml</type>
- </dependency>
- <dependency>
- <groupId>org.onap.ccsdk.sli.northbound</groupId>
- <artifactId>dataChange-provider</artifactId>
</dependency>
<dependency>
diff --git a/dataChange/features/src/main/resources/features.xml b/dataChange/features/src/main/resources/features.xml
index 47cdcfd9f..c52bab52f 100644
--- a/dataChange/features/src/main/resources/features.xml
+++ b/dataChange/features/src/main/resources/features.xml
@@ -31,7 +31,6 @@
<feature version="${sdnctl.sli.version}">sdnc-sli</feature>
<bundle>mvn:org.onap.ccsdk.sli.northbound/dataChange-model/${project.version}</bundle>
<bundle>mvn:org.onap.ccsdk.sli.northbound/dataChange-provider/${project.version}</bundle>
- <configfile finalname="etc/opendaylight/karaf/200-dataChange-provider.xml">mvn:org.onap.ccsdk.sli.northbound/dataChange-provider/${project.version}/xml/config</configfile>
</feature>
</features>