diff options
author | CLAPP, GEORGE H (gc731h) <gc731h@att.com> | 2018-07-19 20:14:51 +0000 |
---|---|---|
committer | CLAPP, GEORGE H (gc731h) <gc731h@att.com> | 2018-07-19 21:30:08 +0000 |
commit | 026500f89289120c4d946c9e2cb8e94e37d6751f (patch) | |
tree | 132fd79f1f41784d77daf87cc6db36900220cba9 /sdnr/northbound/energysavings/provider/pom.xml | |
parent | 10cd619b5e6e34b22b3239a2516f1ca491c87a3a (diff) |
Rename package to new ccsdk/features repo
Rename the energysavings package to align with new ccsdk/features repo and update file structure
Change-Id: I9404cc2aca5e6f3abe8decd89987478a7d6db295
Issue-ID: CCSDK-350
Signed-off-by: CLAPP, GEORGE H (gc731h) <gc731h@att.com>
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> |