diff options
Diffstat (limited to 'dblib/features')
-rwxr-xr-x | dblib/features/pom.xml | 4 | ||||
-rwxr-xr-x | dblib/features/src/main/resources/features.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml index 6c174b1c..b8b211c6 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <parent> <artifactId>dblib</artifactId> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <version>0.0.1-SNAPSHOT</version> </parent> <artifactId>dblib-features</artifactId> @@ -15,7 +15,7 @@ <dependency> - <groupId>org.openecomp.sdnc.core</groupId> + <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>dblib-provider</artifactId> <version>${project.version}</version> </dependency> diff --git a/dblib/features/src/main/resources/features.xml b/dblib/features/src/main/resources/features.xml index 0c3e8fe3..5f339cba 100755 --- a/dblib/features/src/main/resources/features.xml +++ b/dblib/features/src/main/resources/features.xml @@ -11,7 +11,7 @@ <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> <bundle>wrap:mvn:org.apache.tomcat/tomcat-jdbc/${tomcat-jdbc.version}/$DynamicImport-Package=com.mysql.*&overwrite=merge</bundle> - <bundle>mvn:org.openecomp.sdnc.core/dblib-provider/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.core/dblib-provider/${project.version}</bundle> <bundle>mvn:mysql/mysql-connector-java/${mysql.connector.version}</bundle> </feature> |