Correct odl-infrautils-diagstatus dependency 48/94948/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Feb 2021 16:01:44 +0000 (17:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Feb 2021 16:01:44 +0000 (17:01 +0100)
infrautils is an MRI project, the dependency should use a range.

Change-Id: I520f19fce82e9b2710778400e2674e9cc7b0466e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features-aggregator/odl-openflowplugin-southbound/src/main/feature/feature.xml
openflowjava/features-openflowjava-aggregator/odl-openflowjava-protocol/src/main/feature/feature.xml

index e4421668a0595f671c3f7c90dd96ed6439d6a3de..e56991092528d313b15d912f2540b249afef2905 100644 (file)
@@ -3,5 +3,6 @@
     <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>
index 6265ba07551291b1372c23f78049ac041593cb63..f415161eeca92d1307b693aebd16d292d9ca5444 100644 (file)
@@ -6,5 +6,6 @@
         <configfile finalname="etc/opendaylight/datastore/initial/config/legacy-openflow-connection-config.xml">mvn:org.opendaylight.openflowplugin.openflowjava/openflowjava-blueprint-config/${project.version}/xml/legacyConfig</configfile>
         <feature version="[8.1,9)">odl-netty-4</feature>
         <feature version="[7,8)">odl-mdsal-model-rfc6991</feature>
+        <feature version="[1.9,2)">odl-infrautils-diagstatus</feature>
     </feature>
 </features>