Adding SFC feature dependencies to ovs-sfc module 55/10855/1
authorMadhu Venugopal <mavenugo@gmail.com>
Fri, 5 Sep 2014 14:44:27 +0000 (07:44 -0700)
committerMadhu Venugopal <mavenugo@gmail.com>
Fri, 5 Sep 2014 14:44:27 +0000 (07:44 -0700)
Change-Id: I5067febf5d1d3a006abc6d5caf19df31102bc99a
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
features/ovs-sfc/pom.xml
features/ovs-sfc/src/main/resources/features.xml

index ce0e6661cceb0423ef9409d29fd45f7adf6843f7..caca6dfc8731851a09285c32dcbf2f21496dda7c 100644 (file)
       <classifier>features</classifier>
       <type>xml</type>
       </dependency>
+    <dependency>
+      <groupId>org.opendaylight.sfc</groupId>
+      <artifactId>features-sfc</artifactId>
+      <version>0.0.1-SNAPSHOT</version>
+      <classifier>features</classifier>
+      <type>xml</type>
+    </dependency>
     <dependency>
       <groupId>org.opendaylight.yangtools</groupId>
       <artifactId>features-test</artifactId>
       <groupId>org.opendaylight.ovsdb</groupId>
       <artifactId>ovssfc</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.opendaylight.sfc</groupId>
-      <artifactId>sfc-model</artifactId>
-    </dependency>
   </dependencies>
   <build>
     <resources>
index 5e07507d7f7437f7dee500184768836f70de12dd..fe1394b4c0a0147e38681d5cf4b478d293ee2ae8 100644 (file)
@@ -6,6 +6,7 @@
     <repository>mvn:org.opendaylight.controller/features-nsf/${nsf.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.ovsdb/features-openflow-nxm/${openflowplugin.version}/xml/features</repository>
     <repository>mvn:org.opendaylight.ovsdb/features-ovsdb/${ovsdb.library.version}/xml/features</repository>
+    <repository>mvn:org.opendaylight.sfc/features-sfc/0.0.1-SNAPSHOT/xml/features</repository>
 
     <feature name="odl-ovsdb-ovssfc"
              description="OpenDaylight :: OVSDB :: OVS Service Function Chaining"
@@ -13,7 +14,8 @@
         <feature version="${ovsdb.plugin.version}">odl-ovsdb-plugin</feature>
         <feature version="${openflowplugin.version}">odl-openflow-nxm-extensions</feature>
         <feature version="${nsf.version}">odl-nsf-all</feature>
-        <bundle>mvn:org.opendaylight.sfc/sfc-model/${sfc-model.version}</bundle>
+        <feature version='0.0.1-SNAPSHOT'>odl-sfc-provider</feature>
+        <feature version='0.0.1-SNAPSHOT'>odl-sfc-model</feature>
         <bundle>mvn:org.opendaylight.ovsdb/ovssfc/${ovsdb.ovssfc.version}</bundle>
     </feature>
 </features>