Do not repackage jung2 21/70021/1
authorRobert Varga <robert.varga@pantheon.tech>
Fri, 23 Mar 2018 14:01:08 +0000 (15:01 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 23 Mar 2018 14:01:08 +0000 (15:01 +0100)
odlparent provides a feature packaging jung2, take advantage
of that instead of repackaging the bundles here.

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

index 3e8cc78d78c91a7fd73346c6d044086a6eb0d3c0..041186be3e54c087e63288ca294f5776bb2de6eb 100644 (file)
     <name>OpenDaylight :: NEMO :: Engine</name>
 
     <dependencies>
+        <dependency>
+            <groupId>org.opendaylight.odlparent</groupId>
+            <artifactId>odl-jung-2.1</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>odl-mdsal-broker</artifactId>
index 23bbb3c0b0ccf7fd6bbb1175dbad8bd03bccecbb..b3030cec3e262f153737776736b849840d04bde2 100644 (file)
@@ -6,7 +6,8 @@
  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 name="odl-nemo-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0">
+<features name="odl-nemo-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.4.0">
     <feature name="odl-nemo-engine" version="${project.version}">
+        <feature version="[3.0.0,4)">odl-jung-2.1</feature>
     </feature>
 </features>