Change to CCSDK and ODL Carbon
[appc.git] / appc-dg / appc-dg-shared / appc-dg-common / pom.xml
index 1d92f13..4159f8d 100644 (file)
                        <scope>provided</scope>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.sdnc.core</groupId>
+                       <groupId>org.onap.ccsdk.sli.core</groupId>
                        <artifactId>sli-common</artifactId>
                        <scope>provided</scope>
                </dependency>
                <dependency>
-                       <groupId>org.openecomp.sdnc.core</groupId>
+                       <groupId>org.onap.ccsdk.sli.core</groupId>
                        <artifactId>sli-provider</artifactId>
                        <scope>provided</scope>
                </dependency>
             <groupId>org.yaml</groupId>
             <artifactId>snakeyaml</artifactId>
             <version>${snakeyaml.version}</version>
-        </dependency>  </dependencies>
+        </dependency>
+        <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <scope>compile</scope>
+        </dependency>
+        </dependencies>
 
        <build>
                <plugins>