diff options
author | Dan Timoney <dtimoney@att.com> | 2017-07-21 10:45:06 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-07-21 10:45:06 -0400 |
commit | c95543bf425024f5bd4a127422251b72e408ce2b (patch) | |
tree | 4ee4b72c1e83849da48310bb680c893ad7a57d71 /sliPluginUtils/features/src | |
parent | e72db85fc2c97226a1aace287651cc8238c4e3eb (diff) |
Update groupId to org.onap.ccsdk.sli
Update groupIds from org.openecomp.sdnc.core to org.onap.ccsdk.sli.core
Issue: CCSDK-11
Change-Id: I0646adab34a88244ab10dc0d2775643ce2bb974d
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliPluginUtils/features/src')
-rw-r--r-- | sliPluginUtils/features/src/main/resources/features.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sliPluginUtils/features/src/main/resources/features.xml b/sliPluginUtils/features/src/main/resources/features.xml index c7dca2e5..212c3974 100644 --- a/sliPluginUtils/features/src/main/resources/features.xml +++ b/sliPluginUtils/features/src/main/resources/features.xml @@ -32,7 +32,7 @@ <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> <feature>sdnc-sli</feature> - <bundle>mvn:org.openecomp.sdnc.core/sliPluginUtils-provider/${project.version}</bundle> + <bundle>mvn:org.onap.ccsdk.sli.core/sliPluginUtils-provider/${project.version}</bundle> <bundle>mvn:mysql/mysql-connector-java/${mysql.connector.version}</bundle> </feature> |