diff options
Diffstat (limited to 'sdnr/northbound/energysavings/provider/pom.xml')
-rw-r--r-- | sdnr/northbound/energysavings/provider/pom.xml | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sdnr/northbound/energysavings/provider/pom.xml b/sdnr/northbound/energysavings/provider/pom.xml index 39ff9a5cb..0314acccf 100644 --- a/sdnr/northbound/energysavings/provider/pom.xml +++ b/sdnr/northbound/energysavings/provider/pom.xml @@ -64,7 +64,7 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - <dependency> + <dependency> <groupId>com.sun.jersey</groupId> <artifactId>jersey-client</artifactId> </dependency> @@ -72,16 +72,6 @@ <groupId>com.sun.jersey</groupId> <artifactId>jersey-core</artifactId> </dependency> - <!-- <dependency> --> - <!-- <groupId>org.onap.ccsdk.sli.core</groupId> --> - <!-- <artifactId>sli-common</artifactId> --> - <!-- <version>0.1.3</version> --> - <!-- </dependency> --> - <!-- <dependency> --> - <!-- <groupId>org.onap.ccsdk.sli.plugins</groupId> --> - <!-- <artifactId>restapi-call-node-provider</artifactId> --> - <!-- <version>0.1.0</version> --> - <!-- </dependency> --> </dependencies> <build> |