Port sfc-translator to new netvirt.
[netvirt.git] / vpnservice / features / src / main / features / features.xml
index 70555eb5d1c4068a15a157db53bfae6c832ef658..d2707bc9ac10f2d7abdcaf7862eb77a2c1c04265 100644 (file)
@@ -23,6 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <repository>mvn:org.opendaylight.infrautils/infrautils-features/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.dlux/features-dlux/{{VERSION}}/xml/features</repository>
   <repository>mvn:org.opendaylight.federation/federation-features/{{VERSION}}/xml/features</repository>
+  <repository>mvn:org.opendaylight.sfc/features-sfc/{{VERSION}}/xml/features</repository>
 
   <feature name='odl-netvirt-api' version='${project.version}' description='OpenDaylight :: NetVirt :: api'>
     <feature version='${mdsal.version}'>odl-mdsal-broker</feature>
@@ -102,4 +103,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <feature version="${dlux.version}">odl-dlux-core</feature>
     <bundle>mvn:org.opendaylight.netvirt/ovsdb-ui-bundle/{{VERSION}}</bundle>
   </feature>
+
+  <feature name='odl-netvirt-sfc' version='${project.version}' description='OpenDaylight :: NetVirt :: SFC'>
+    <feature version='${sfc.version}'>odl-sfc-provider</feature>
+    <feature version="${project.version}">odl-netvirt-openstack</feature>
+    <bundle>mvn:org.opendaylight.netvirt/sfc.classifier-api/{{VERSION}}</bundle>
+    <bundle>mvn:org.opendaylight.netvirt/sfc.translator/{{VERSION}}</bundle>
+  </feature>
+
 </features>