Use a version range for aaa/infrautils dependency 41/94941/2
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Feb 2021 15:11:32 +0000 (16:11 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 1 Feb 2021 15:56:59 +0000 (16:56 +0100)
AAA is an MRI project, do not depend on a specific version of its
feature, but rather require a proper range. The same is true for
infrautils, hence fix those as well.

Change-Id: I907e4fde584597d8379a69e532955fb02e1bc43d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
library/features/odl-ovsdb-library/src/main/feature/feature.xml
southbound/southbound-features/odl-ovsdb-southbound-impl/src/main/feature/feature.xml

index 780785d23791800fe960b073ffd34a780666474e..289a35ae20758b052fd7de620bbe57969fda1942 100644 (file)
@@ -10,6 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <feature name="odl-ovsdb-library" version="${project.version}">
         <feature version="[8.1,9)">odl-jackson-2.11</feature>
         <feature version="[8.1,9)">odl-netty-4</feature>
+        <feature version="[0.13,1)">odl-aaa-cert</feature>
         <configfile finalname="etc/org.opendaylight.ovsdb.library.cfg">
             mvn:org.opendaylight.ovsdb/library/${project.version}/cfg/config
         </configfile>
index ae48393b5b121dbdd017032d08399331f03f7ffc..9417890ed52d78518abd45093315220f6998c662 100644 (file)
@@ -9,6 +9,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 <features name="odl-ovsdb-southbound-impl-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
     <feature name="odl-ovsdb-southbound-impl" version="${project.version}">
         <feature version="[8.1,9)">odl-jackson-2.11</feature>
+        <feature version="[1.9,2)">odl-infrautils-diagstatus</feature>
+        <feature version="[1.9,2)">odl-infrautils-ready</feature>
         <configfile finalname="etc/org.opendaylight.ovsdb.southbound.cfg">
             mvn:org.opendaylight.ovsdb/southbound-impl/${project.version}/cfg/config
         </configfile>