From 38a20796cbdefbf08c42bc11b413c9e1fc4c1d51 Mon Sep 17 00:00:00 2001 From: Vaishali Mithbaokar Date: Wed, 18 Jun 2014 15:32:58 -0700 Subject: [PATCH] Bug 1129: Removing hard coded versions from config subsystem Change-Id: I3342267ccc354e0979db754812813171c42af772 Signed-off-by: Vaishali Mithbaokar --- opendaylight/commons/opendaylight/pom.xml | 38 +++++++++++++++++-- opendaylight/config/config-manager/pom.xml | 8 +--- .../config/netconf-config-dispatcher/pom.xml | 1 - opendaylight/config/pom.xml | 7 +--- .../config/threadpool-config-impl/pom.xml | 1 - .../config/yang-jmx-generator-plugin/pom.xml | 6 --- opendaylight/config/yang-test-plugin/pom.xml | 2 +- opendaylight/config/yang-test/pom.xml | 2 +- 8 files changed, 40 insertions(+), 25 deletions(-) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 3f1fa38ebd..d478e0507f 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -22,7 +22,6 @@ 1.1.0 0.5.2-SNAPSHOT - 0.5.2-SNAPSHOT 4.1 1.50 @@ -30,7 +29,7 @@ 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT 0.4.2-SNAPSHOT - 2.10 + 2.12 0.5.1-SNAPSHOT 0.4.3-SNAPSHOT 0.4.2-SNAPSHOT @@ -130,12 +129,14 @@ 1.0.0-SNAPSHOT 3.0.0 3.0.1 + 1.0.0 1.0.9 0.4.2-SNAPSHOT 2.5.1 1.7 1.7 + 3.0.5 1.1-SNAPSHOT 1.9.5 0.2.5-SNAPSHOT @@ -298,6 +299,12 @@ guava ${guava.version} + + + com.jcabi + jcabi-maven-slf4j + 0.8 + com.sun.jersey @@ -517,6 +524,11 @@ jsr311-api ${jsr311.api.version} + + net.sourceforge.pmd + pmd + 5.1.0 + orbit javax.activation @@ -650,11 +662,26 @@ enunciate-core-annotations ${enunciate.version} + + org.codehaus.gmaven.runtime + gmaven-runtime-2.0 + 1.5 + org.codehaus.jettison jettison ${jettison.version} + + org.eclipse + jdt + 3.3.0-v20070607-1300 + + + org.eclipse.equinox + app + 1.0.0-v20070606 + @@ -662,6 +689,11 @@ servlet 1.0.0-v20070606 + + org.eclipse.jdt + core + 3.3.0-v_771 + org.eclipse.persistence org.eclipse.persistence.antlr @@ -1950,7 +1982,7 @@ org.eclipse.m2e lifecycle-mapping - 1.0.0 + ${lifecycle.mapping.version} diff --git a/opendaylight/config/config-manager/pom.xml b/opendaylight/config/config-manager/pom.xml index 79fd5268e6..fc2c0fd85b 100644 --- a/opendaylight/config/config-manager/pom.xml +++ b/opendaylight/config/config-manager/pom.xml @@ -25,13 +25,7 @@ com.google.guava guava - + commons-io commons-io diff --git a/opendaylight/config/netconf-config-dispatcher/pom.xml b/opendaylight/config/netconf-config-dispatcher/pom.xml index 65ebdaf938..b9d218ead1 100644 --- a/opendaylight/config/netconf-config-dispatcher/pom.xml +++ b/opendaylight/config/netconf-config-dispatcher/pom.xml @@ -26,7 +26,6 @@ ${project.groupId} netconf-client - ${netconf.version} diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 5f34a9aa82..76fbd7f6e5 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -81,12 +81,11 @@ org.apache.maven.plugins maven-antrun-plugin - 1.3 + ${maven.antrun.plugin.version} org.apache.maven.plugins maven-jar-plugin - 2.4 @@ -99,7 +98,6 @@ org.apache.maven.plugins maven-surefire-plugin - 2.14.1 true classes @@ -112,7 +110,7 @@ org.codehaus.groovy.maven gmaven-plugin - 1.0 + ${gmaven.plugin.version} org.opendaylight.yangtools @@ -155,7 +153,6 @@ org.apache.maven.plugins maven-checkstyle-plugin - 2.12 false false diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index 4bc080bbff..4fd0d681a1 100644 --- a/opendaylight/config/threadpool-config-impl/pom.xml +++ b/opendaylight/config/threadpool-config-impl/pom.xml @@ -23,7 +23,6 @@ ${project.groupId} threadpool-config-api - ${project.version} com.google.guava diff --git a/opendaylight/config/yang-jmx-generator-plugin/pom.xml b/opendaylight/config/yang-jmx-generator-plugin/pom.xml index b8831f6979..5f51980b94 100644 --- a/opendaylight/config/yang-jmx-generator-plugin/pom.xml +++ b/opendaylight/config/yang-jmx-generator-plugin/pom.xml @@ -24,7 +24,6 @@ com.jcabi jcabi-maven-slf4j - 0.8 @@ -40,7 +39,6 @@ org.codehaus.gmaven.runtime gmaven-runtime-2.0 - 1.5 org.sonatype.gossip @@ -77,14 +75,12 @@ net.sourceforge.pmd pmd - 5.1.0 test org.eclipse jdt - 3.3.0-v20070607-1300 test @@ -98,14 +94,12 @@ org.eclipse.equinox app - 1.0.0-v20070606 test org.eclipse.jdt core - 3.3.0-v_771 test diff --git a/opendaylight/config/yang-test-plugin/pom.xml b/opendaylight/config/yang-test-plugin/pom.xml index 173227f0bc..c7fb73f385 100644 --- a/opendaylight/config/yang-test-plugin/pom.xml +++ b/opendaylight/config/yang-test-plugin/pom.xml @@ -24,7 +24,7 @@ org.apache.maven maven-plugin-api - 3.0.5 + ${maven.plugin.api.version} diff --git a/opendaylight/config/yang-test/pom.xml b/opendaylight/config/yang-test/pom.xml index 8c8065dd67..247b3c0745 100644 --- a/opendaylight/config/yang-test/pom.xml +++ b/opendaylight/config/yang-test/pom.xml @@ -64,7 +64,7 @@ org.eclipse.m2e lifecycle-mapping - 1.0.0 + ${lifecycle.mapping.version} -- 2.36.6