Use a range for MDSAL feature 84/90584/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jun 2020 20:13:15 +0000 (22:13 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 22 Jun 2020 20:13:15 +0000 (22:13 +0200)
odl-mdsal-model-rfc7224 should be referred to via a range to ease
MRI project upgrades, do that now.

Change-Id: I1bee9318e99a56f7ae7bd7c5630b1037615d6cb3
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
features/odl-genius-api/src/main/feature/feature.xml

index 1cb84b8d6b2da100cebd67d72f88a171c880d19b..286cb376965aca61729b0891be56560bb2612f84 100644 (file)
@@ -9,5 +9,6 @@
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-genius-api">
     <feature name="odl-genius-api">
         <feature version="[7,8)">odl-apache-commons-net</feature>
+        <feature version="[6,7)">odl-mdsal-model-rfc7224</feature>
     </feature>
 </features>