diff options
Diffstat (limited to 'sli/features/pom.xml')
-rwxr-xr-x | sli/features/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sli/features/pom.xml b/sli/features/pom.xml index 2556a579..f5acafa4 100755 --- a/sli/features/pom.xml +++ b/sli/features/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>sli</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>sli-features</artifactId> @@ -13,14 +13,14 @@ <dependencies> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> <version>${project.version}</version> </dependency> <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-recording</artifactId> <version>${project.version}</version> </dependency> |