Use SouthboundUtils in SouthboundIT
[ovsdb.git] / southbound / southbound-features / src / main / features / features.xml
index 7e2b90b81b2e6e89d3e652aaa9d5c7f09b816abb..0fbba27f2d06675e04500b8b70751d4d691384cb 100644 (file)
@@ -48,4 +48,9 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <feature version="${restconf.version}">odl-mdsal-apidocs</feature>
     <feature version="${mdsal.version}">odl-mdsal-xsql</feature>
   </feature>
+  <feature name='odl-ovsdb-southbound-test' version='${project.version}' description='OpenDaylight :: southbound :: test'>
+    <feature version="${project.version}">odl-ovsdb-southbound-impl</feature>
+    <bundle>mvn:org.opendaylight.ovsdb/utils.mdsal-utils/{{VERSION}}</bundle>
+    <bundle>mvn:org.opendaylight.ovsdb/utils.southbound-utils/{{VERSION}}</bundle>
+  </feature>
 </features>