aboutsummaryrefslogtreecommitdiffstats
path: root/restapi-call-node/provider/pom.xml
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 /restapi-call-node/provider/pom.xml
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 'restapi-call-node/provider/pom.xml')
-rwxr-xr-xrestapi-call-node/provider/pom.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml
index 0d23912f..57af6072 100755
--- a/restapi-call-node/provider/pom.xml
+++ b/restapi-call-node/provider/pom.xml
@@ -15,10 +15,6 @@
<name>ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId}</name>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- </properties>
-
<dependencyManagement>
<dependencies>
<dependency>
@@ -39,6 +35,7 @@
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-common</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>