Require odl-guava-3.1.0+ 20/70020/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 23 Mar 2018 13:54:05 +0000 (14:54 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 23 Mar 2018 13:54:05 +0000 (14:54 +0100)
Guava is bumped incompatibly, hence we need to require it.

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

index ea6915e91d48b89fd23cdbc0e73014b6ff0a0a02..0414b3439b3a05af4baff042af4a6877895c5220 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-triemap">
     <feature name="odl-triemap">
-        <feature version="[3.0.0,4)">odl-guava-23</feature>
+        <feature version="[3.1.0,4)">odl-guava-23</feature>
     </feature>
 </features>