aboutsummaryrefslogtreecommitdiffstats
path: root/utils/features/src/main/resources/features.xml
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-09-22 09:41:20 -0700
committerPatrick Brady <pb071s@att.com>2017-09-22 09:44:14 -0700
commitbac4dbe402cc81409d210a2dabd25847a12b6a36 (patch)
treeb65dae7bec7d29de3ef7a5eca902ee0a6201742e /utils/features/src/main/resources/features.xml
parentb608a191b0e797efbeb8f57bfc71ca8f2a0f3557 (diff)
Changes to fix failing utils feature
Change-Id: I88d30aaf49da78008c62352d398323fbc0d4dd5b Signed-off-by: Patrick Brady <pb071s@att.com> Issue-id: CCSDK-102
Diffstat (limited to 'utils/features/src/main/resources/features.xml')
-rwxr-xr-xutils/features/src/main/resources/features.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/features/src/main/resources/features.xml b/utils/features/src/main/resources/features.xml
index 409f8c48..547832ba 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>