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>
diff --git a/sdnr/northbound/energysavings/provider/pom.xml b/sdnr/northbound/energysavings/provider/pom.xml
index 39ff9a5..0314acc 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>