diff options
author | Smokowski, Kevin (ks6305) <ks6305@att.com> | 2018-08-14 14:43:31 +0000 |
---|---|---|
committer | Dan Timoney <dt5972@att.com> | 2018-08-14 15:50:22 +0000 |
commit | f4817b420b59de111a0abe1eec761bd3e4458530 (patch) | |
tree | 1f88813341a80e0a7084acb10b5cb7619b6b5d39 /restapi-call-node/provider/pom.xml | |
parent | 8e8ec2eb81e062010da230fae30626cb07c25bd1 (diff) |
dme2 & ueb support
fix dme2 & ueb support in rest api call node
Change-Id: Ia387c0be8e907900e0b808879582048624dbef36
Issue-ID: CCSDK-459
Signed-off-by: Smokowski, Kevin (ks6305) <ks6305@att.com>
Diffstat (limited to 'restapi-call-node/provider/pom.xml')
-rwxr-xr-x | restapi-call-node/provider/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/restapi-call-node/provider/pom.xml b/restapi-call-node/provider/pom.xml index 18a20cef..6670cfd8 100755 --- a/restapi-call-node/provider/pom.xml +++ b/restapi-call-node/provider/pom.xml @@ -14,7 +14,6 @@ <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId}</name> - <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> @@ -27,11 +26,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-test</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> </dependency> @@ -44,14 +38,6 @@ <artifactId>slf4j-api</artifactId> </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> </dependency> |