aboutsummaryrefslogtreecommitdiffstats
path: root/properties-node
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 /properties-node
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 'properties-node')
-rw-r--r--properties-node/features/ccsdk-properties-node/pom.xml8
-rwxr-xr-xproperties-node/provider/pom.xml10
2 files changed, 2 insertions, 16 deletions
diff --git a/properties-node/features/ccsdk-properties-node/pom.xml b/properties-node/features/ccsdk-properties-node/pom.xml
index ae007d6e..c919c843 100644
--- a/properties-node/features/ccsdk-properties-node/pom.xml
+++ b/properties-node/features/ccsdk-properties-node/pom.xml
@@ -19,13 +19,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>properties-node-provider</artifactId>
diff --git a/properties-node/provider/pom.xml b/properties-node/provider/pom.xml
index 2e3b5e76..3ecd80d5 100755
--- a/properties-node/provider/pom.xml
+++ b/properties-node/provider/pom.xml
@@ -14,12 +14,7 @@
<packaging>bundle</packaging>
<name>ccsdk-sli-plugins :: properties-node :: ${project.artifactId}</name>
- <url>http://maven.apache.org</url>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -46,10 +41,7 @@
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
- </dependency>
- <dependency>
- <groupId>org.onap.ccsdk.sli.core</groupId>
- <artifactId>sli-provider</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>