aboutsummaryrefslogtreecommitdiffstats
path: root/dataChange/features
diff options
context:
space:
mode:
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 cd48d3f5..9d140cb6 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 47cdcfd9..c52bab52 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>