Fix VNF-API etc loading 39/12539/2
authorBrian Freeman <bf1936@att.com>
Thu, 14 Sep 2017 19:37:45 +0000 (19:37 +0000)
committerBrian Freeman <bf1936@att.com>
Fri, 15 Sep 2017 20:47:25 +0000 (20:47 +0000)
Issue-ID: SDNC-86
Change-Id: I4f458850187b61d02309c1b4b261f08a5b97ec70
Signed-off-by: Brian Freeman <bf1936@att.com>
asdcApi/features/src/main/resources/features.xml
dataChange/features/src/main/resources/features.xml
vnfapi/features/src/main/resources/features.xml

index f25f649..b6b4584 100644 (file)
@@ -33,8 +33,7 @@
 
         <bundle>mvn:org.openecomp.sdnc.northbound/asdcApi-model/${project.version}</bundle>
         <bundle>mvn:org.openecomp.sdnc.northbound/asdcApi-provider/${project.version}</bundle>
-
-        <feature version="${sdnctl.sli.version}">sdnc-sli</feature>
+        <feature>sdnc-sli</feature>
         <configfile finalname="etc/opendaylight/karaf/200-asdcApi-provider.xml">mvn:org.openecomp.sdnc.northbound/asdcApi-provider/${project.version}/xml/config</configfile>
     </feature>
 
index 44076c6..254b58c 100644 (file)
@@ -30,7 +30,7 @@
     <feature name='sdnc-dataChange' description="sdnc-dataChange" 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/dataChange-model/${project.version}</bundle>
         <bundle>mvn:org.openecomp.sdnc.northbound/dataChange-provider/${project.version}</bundle>
         <configfile finalname="etc/opendaylight/karaf/200-dataChange-provider.xml">mvn:org.openecomp.sdnc.northbound/dataChange-provider/${project.version}/xml/config</configfile>
index 813459d..f652967 100644 (file)
@@ -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>