diff options
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 4 | ||||
-rw-r--r-- | template-node/provider/pom.xml | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 5b34153d..9f0f1ceb 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -42,10 +42,6 @@ <artifactId>sli-common</artifactId> </dependency> <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-provider</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> diff --git a/template-node/provider/pom.xml b/template-node/provider/pom.xml index 23eee4d6..7434abc0 100644 --- a/template-node/provider/pom.xml +++ b/template-node/provider/pom.xml @@ -38,10 +38,6 @@ <artifactId>sli-common</artifactId> </dependency> <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-provider</artifactId> - </dependency> - <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> |