summaryrefslogtreecommitdiffstats
path: root/restconf-client
diff options
context:
space:
mode:
authorSmokowski, Kevin (ks6305) <kevin.smokowski@att.com>2019-05-29 21:25:31 +0000
committerDan Timoney <dtimoney@att.com>2019-06-25 18:48:34 +0000
commitbc136f3650f150b96e8940c5d6cf321376338510 (patch)
tree041a3f18767f289c44e039120a0af2f7912bd852 /restconf-client
parent743cf1a6bb13e952c0e36ac8fd7b39371c643a4d (diff)
feature file cleanup
instead of each feature file starting ccsdk-sli let it be handled by bootfeatures Change-Id: Ie7f20c8861bf329471c6317ede8128a9c420a9f8 Issue-ID: CCSDK-1370 Signed-off-by: Smokowski, Kevin (ks6305) <kevin.smokowski@att.com>
Diffstat (limited to 'restconf-client')
-rw-r--r--restconf-client/features/ccsdk-restconf-client/pom.xml8
-rwxr-xr-xrestconf-client/provider/pom.xml13
2 files changed, 8 insertions, 13 deletions
diff --git a/restconf-client/features/ccsdk-restconf-client/pom.xml b/restconf-client/features/ccsdk-restconf-client/pom.xml
index 677a24671..985cc8daf 100644
--- a/restconf-client/features/ccsdk-restconf-client/pom.xml
+++ b/restconf-client/features/ccsdk-restconf-client/pom.xml
@@ -25,13 +25,7 @@
<dependencies>
- <dependency>
- <groupId>org.onap.ccsdk.sli.core</groupId>
- <artifactId>ccsdk-sli</artifactId>
- <version>${ccsdk.sli.core.version}</version>
- <type>xml</type>
- <classifier>features</classifier>
- </dependency>
+
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>restconf-client-provider</artifactId>
diff --git a/restconf-client/provider/pom.xml b/restconf-client/provider/pom.xml
index 9fa247557..2c4b8c3ea 100755
--- a/restconf-client/provider/pom.xml
+++ b/restconf-client/provider/pom.xml
@@ -14,11 +14,6 @@
<packaging>bundle</packaging>
<name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name>
- <url>http://maven.apache.org</url>
-
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
<dependencyManagement>
<dependencies>
@@ -44,7 +39,13 @@
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
- </dependency>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.onap.ccsdk.sli.core</groupId>
+ <artifactId>sli-provider</artifactId>
+ <scope>provided</scope>
+ </dependency>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-provider</artifactId>