Use features with ranges in odl-config-netty 76/73576/1
authorStephen Kitt <skitt@redhat.com>
Thu, 28 Jun 2018 17:40:46 +0000 (19:40 +0200)
committerStephen Kitt <skitt@redhat.com>
Thu, 28 Jun 2018 17:40:46 +0000 (19:40 +0200)
This adds a range dependency for odl-netty-4 and odl-guava-23.

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

index 2a1d289ea366b11bfaa4714d824044d61e2f9ff0..151d1b1d1bd4084e05c1e9b572e3a6bd34c145de 100644 (file)
             <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>netty-event-executor-config</artifactId>
diff --git a/features/config-netty/odl-config-netty/src/main/feature/feature.xml b/features/config-netty/odl-config-netty/src/main/feature/feature.xml
new file mode 100644 (file)
index 0000000..856733f
--- /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
+ -->
+<features xmlns="http://karaf.apache.org/xmlns/features/v1.4.0" name="odl-config-netty">
+    <feature name="odl-config-netty">
+        <feature version="[3.1.0,4)">odl-guava-23</feature>
+        <feature version="[3.1.0,4)">odl-netty-4</feature>
+    </feature>
+</features>