diff options
author | Patrick Brady <pb071s@att.com> | 2017-09-22 09:41:20 -0700 |
---|---|---|
committer | Patrick Brady <pb071s@att.com> | 2017-09-22 09:44:14 -0700 |
commit | bac4dbe402cc81409d210a2dabd25847a12b6a36 (patch) | |
tree | b65dae7bec7d29de3ef7a5eca902ee0a6201742e /utils/features/src | |
parent | b608a191b0e797efbeb8f57bfc71ca8f2a0f3557 (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')
-rwxr-xr-x | utils/features/src/main/resources/features.xml | 2 |
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> |