Fix versions in ONAP distribution 51/85951/2
authorLuis Gomez <ecelgp@gmail.com>
Fri, 22 Nov 2019 21:36:34 +0000 (13:36 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 22 Nov 2019 22:03:33 +0000 (14:03 -0800)
Dependency mgmt section should do the work.

Change-Id: I072542680b4ce28e9bb9383de0ae5491cffbad8d
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
onap-karaf/pom.xml

index 51ede5a6ff183c938c96244cc34101328bb611e1..933eb094d16f792340bd3015cf0ea6f19d5c7930 100644 (file)
@@ -47,7 +47,6 @@
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>features-aaa</artifactId>
-            <version>0.9.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -57,7 +56,6 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-extras</artifactId>
-            <version>1.12.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -65,7 +63,6 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-mdsal</artifactId>
-            <version>1.9.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -73,7 +70,6 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-mdsal-benchmark</artifactId>
-            <version>1.7.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -81,7 +77,6 @@
         <dependency>
             <groupId>org.opendaylight.controller</groupId>
             <artifactId>features-mdsal-trace</artifactId>
-            <version>1.9.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
@@ -91,7 +86,6 @@
         <dependency>
             <groupId>org.opendaylight.daexim</groupId>
             <artifactId>daexim-features</artifactId>
-            <version>1.5.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>features-netconf</artifactId>
-            <version>1.6.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>features-netconf-connector</artifactId>
-            <version>1.6.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>features-restconf</artifactId>
-            <version>1.6.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>features-yanglib</artifactId>
-            <version>1.6.1</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-akka</artifactId>
-            <version>4.0.10</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-odlparent</artifactId>
-            <version>4.0.10</version>
             <classifier>features</classifier>
             <type>xml</type>
             <scope>runtime</scope>
         <dependency>
             <groupId>org.opendaylight.aaa</groupId>
             <artifactId>aaa-cli-jar</artifactId>
-            <version>0.9.1</version>
             <!-- This scope test here is just a trick, so that we can use aaa-cli-jar in maven-dependency-plugin, but don't have karaf-maven-plugin choke on it -->
             <scope>test</scope>
         </dependency>