Use version ranges for odlparent feature deps 87/73487/2
authorStephen Kitt <skitt@redhat.com>
Wed, 27 Jun 2018 16:29:01 +0000 (18:29 +0200)
committerLori Jakab <lorand.jakab+odl@gmail.com>
Mon, 2 Jul 2018 18:49:23 +0000 (18:49 +0000)
This helps with upgrades and bump merges.

This patch also adds a dependency on the Guava feature.

Change-Id: Ifc6c40534e143a9589998f138c0a4378a980aff8
Signed-off-by: Stephen Kitt <skitt@redhat.com>
features/odl-lispflowmapping-southbound/pom.xml
features/odl-lispflowmapping-southbound/src/main/feature/feature.xml [new file with mode: 0644]

index f37fc1579e176907b6d61e6d0b8dc2d057fc10a6..a7e14068cd719c7ffa02e5be3beee46a4d695662 100644 (file)
@@ -45,6 +45,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
+    <dependency>
+      <groupId>org.opendaylight.odlparent</groupId>
+      <artifactId>odl-guava-23</artifactId>
+      <type>xml</type>
+      <classifier>features</classifier>
+    </dependency>
     <dependency>
       <groupId>${project.groupId}</groupId>
       <artifactId>odl-lispflowmapping-models</artifactId>
diff --git a/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml b/features/odl-lispflowmapping-southbound/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..9eed622
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<!--
+Copyright © 2018 Red Hat, Inc. and others.
+
+This program and the accompanying materials are made available under the
+terms of the Eclipse Public License v1.0 which accompanies this distribution,
+and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
+-->
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-lispflowmapping-southbound">
+    <feature name="odl-lispflowmapping-southbound">
+        <feature version="[3.1.0,4)">odl-netty-4</feature>
+        <feature version="[3.1.0,4)">odl-guava-23</feature>
+    </feature>
+</features>