aboutsummaryrefslogtreecommitdiffstats
path: root/vnfapi
diff options
context:
space:
mode:
authorBrian Freeman <bf1936@att.com>2017-09-14 19:37:45 +0000
committerBrian Freeman <bf1936@att.com>2017-09-15 20:47:25 +0000
commit222e59956ca98f608e4bc07131bb81557da7b251 (patch)
treea54026fff2a483e579469d5c8db565799fd62eed /vnfapi
parent9f8067c1f8cd8312942f0d9b2bea2be7d93b87e8 (diff)
Fix VNF-API etc loading
Issue-ID: SDNC-86 Change-Id: I4f458850187b61d02309c1b4b261f08a5b97ec70 Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'vnfapi')
-rw-r--r--vnfapi/features/src/main/resources/features.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfapi/features/src/main/resources/features.xml b/vnfapi/features/src/main/resources/features.xml
index 813459de..f652967e 100644
--- a/vnfapi/features/src/main/resources/features.xml
+++ b/vnfapi/features/src/main/resources/features.xml
@@ -30,7 +30,7 @@
<feature name='sdnc-vnfapi' description="sdnc-vnfapi" version='${project.version}'>
<!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
<feature version="${odl.mdsal.version}">odl-mdsal-broker</feature>
- <feature version="${sdnctl.sli.version}">sdnc-sli</feature>
+ <feature>sdnc-sli</feature>
<bundle>mvn:org.openecomp.sdnc.northbound/vnfapi-model/${project.version}</bundle>
<bundle>mvn:org.openecomp.sdnc.northbound/vnfapi-provider/${project.version}</bundle>
<configfile finalname="etc/opendaylight/karaf/200-vnfapi-provider.xml">mvn:org.openecomp.sdnc.northbound/vnfapi-provider/${project.version}/xml/config</configfile>