diff options
author | Smokowski, Kevin (ks6305) <kevin.smokowski@att.com> | 2019-05-29 21:25:31 +0000 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-06-25 18:48:34 +0000 |
commit | bc136f3650f150b96e8940c5d6cf321376338510 (patch) | |
tree | 041a3f18767f289c44e039120a0af2f7912bd852 /sshapi-call-node/provider | |
parent | 743cf1a6bb13e952c0e36ac8fd7b39371c643a4d (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 'sshapi-call-node/provider')
-rwxr-xr-x | sshapi-call-node/provider/pom.xml | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sshapi-call-node/provider/pom.xml b/sshapi-call-node/provider/pom.xml index 39f99d4b..b71e1576 100755 --- a/sshapi-call-node/provider/pom.xml +++ b/sshapi-call-node/provider/pom.xml @@ -14,11 +14,6 @@ <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: sshapi-call-node :: ${project.artifactId}</name> - <url>http://maven.apache.org</url> - - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - </properties> <dependencyManagement> <dependencies> @@ -41,10 +36,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> <!-- ILLEGAL DEPENDENCY : creates circular dependency between CCSDK and APPC --> <dependency> |