Changes to fix failing utils feature
Change-Id: I88d30aaf49da78008c62352d398323fbc0d4dd5b
Signed-off-by: Patrick Brady <pb071s@att.com>
Issue-id: CCSDK-102
diff --git a/utils/features/src/main/resources/features.xml b/utils/features/src/main/resources/features.xml
index 409f8c4..547832b 100755
--- a/utils/features/src/main/resources/features.xml
+++ b/utils/features/src/main/resources/features.xml
@@ -10,7 +10,7 @@
<feature name='sdnc-slicore-utils' description="sdnc-slicore-utils" version='${project.version}'>
<!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
<feature version="${odl.mdsal.version}">odl-mdsal-broker</feature>
- <bundle>mvn:org.onap.ccsdk.sli.core/util-provider/${project.version}</bundle>
+ <bundle>mvn:org.onap.ccsdk.sli.core/utils-provider/${project.version}</bundle>
</feature>
</features>