Remove features from "legacy" parent 20/26620/1
authorLorand Jakab <lojakab@cisco.com>
Mon, 7 Sep 2015 15:02:21 +0000 (18:02 +0300)
committerLorand Jakab <lojakab@cisco.com>
Mon, 7 Sep 2015 15:02:21 +0000 (18:02 +0300)
Project features are based off features-parent, so no need for features
related dependencyManagement entries in the old parent pom file (which
we should clean up step by step).

Change-Id: I1fee8e55be6802fe51084c716d5091bc5b361f7b
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
commons/parent/pom.xml

index 59c61fa617285734ea6ff111fe02eb1e6d704c0f..79cb2c573692b440fb52f78d81401b3ee1cb0868 100644 (file)
@@ -31,7 +31,6 @@
     <config.version>0.4.0-SNAPSHOT</config.version>
     <dlux.loader.version>0.3.0-SNAPSHOT</dlux.loader.version>
     <dlux.core.version>0.3.0-SNAPSHOT</dlux.core.version>
-    <feature.test.version>0.8.0-SNAPSHOT</feature.test.version>
     <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
     <ietf-inet-types.version>2010.09.24.8-SNAPSHOT</ietf-inet-types.version>
     <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
         <artifactId>junit-addons</artifactId>
         <version>1.4</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.karaf.features</groupId>
-        <artifactId>framework</artifactId>
-        <version>${karaf.version}</version>
-        <type>kar</type>
-      </dependency>
       <dependency>
         <groupId>org.hamcrest</groupId>
         <artifactId>hamcrest-core</artifactId>
         <artifactId>config-util</artifactId>
         <version>0.4.0-SNAPSHOT</version>
       </dependency>
-      <dependency>
-        <groupId>org.opendaylight.controller</groupId>
-        <artifactId>features-mdsal</artifactId>
-        <version>${mdsal.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
-      <dependency>
-        <groupId>org.opendaylight.netconf</groupId>
-        <artifactId>features-restconf</artifactId>
-        <version>${restconf.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
-      <dependency>
-        <groupId>org.opendaylight.neutron</groupId>
-        <artifactId>features-neutron</artifactId>
-        <version>${neutron.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
-      <dependency>
-        <groupId>org.opendaylight.controller</groupId>
-        <artifactId>features-nsf</artifactId>
-        <version>${nsf.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-      </dependency>
 
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>ietf-yang-types</artifactId>
         <version>${ietf-inet-types.version}</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.karaf.features</groupId>
-        <artifactId>standard</artifactId>
-        <version>${karaf.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-        <scope>runtime</scope>
-      </dependency>
-
-      <dependency>
-        <groupId>org.opendaylight.lispflowmapping</groupId>
-        <artifactId>features-lispflowmapping</artifactId>
-        <version>${lispflowmapping.version}</version>
-        <classifier>features</classifier>
-        <type>xml</type>
-        <scope>runtime</scope>
-      </dependency>
       <dependency>
         <groupId>org.opendaylight.lispflowmapping</groupId>
         <artifactId>common.unittest.tools</artifactId>