diff options
-rw-r--r-- | platform-logic/installer/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml index 0f59329..9fcd4cb 100644 --- a/platform-logic/installer/pom.xml +++ b/platform-logic/installer/pom.xml @@ -103,7 +103,7 @@ <scope>compile</scope> </dependency> <dependency> - <groupId>org.openecomp.sdnc</groupId> + <groupId>org.openecomp.sdnc.core</groupId> <artifactId>sli-common</artifactId> <version>${sdnctl.sli.version}</version> </dependency> @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> - <groupId>org.openecomp.sdnc</groupId> + <groupId>org.openecomp.sdnc.core</groupId> <artifactId>root</artifactId> <version>1.0.0</version> </parent> |