Correct odl-infrautils-diagstatus dependency
[openflowplugin.git] / features-aggregator / odl-openflowplugin-southbound / src / main / feature / feature.xml
index 30af60ff2d8ee72628c7cbcab3411641cb7e1578..e56991092528d313b15d912f2540b249afef2905 100644 (file)
@@ -2,5 +2,7 @@
 <features name="openflowplugin-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
     <feature name="odl-openflowplugin-southbound" version="${project.version}">
         <configfile finalname="etc/org.opendaylight.openflowplugin.cfg">mvn:org.opendaylight.openflowplugin/openflowplugin-blueprint-config/${project.version}/cfg/config</configfile>
+        <feature version="[3,4)">odl-mdsal-broker</feature>
+        <feature version="[1.9,2)">odl-infrautils-diagstatus</feature>
     </feature>
 </features>