From 0a6e0c6278889830504fb12421ca61d7cd13dd86 Mon Sep 17 00:00:00 2001 From: adetalhouet Date: Tue, 8 Dec 2015 19:28:53 -0500 Subject: [PATCH] Clean up pom files Change-Id: Ifdb9c2bf63249f90b8813cd5fbe67bc80cd772e9 Signed-off-by: adetalhouet --- .../hwvtepsouthbound-impl/pom.xml | 6 +- openstack/net-virt-providers/pom.xml | 140 +++++------------- openstack/net-virt-sfc/impl/pom.xml | 83 +++-------- openstack/net-virt/pom.xml | 110 +++----------- southbound/southbound-impl/pom.xml | 31 ++-- 5 files changed, 96 insertions(+), 274 deletions(-) diff --git a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml index eadf1ac67..b99bf327b 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml @@ -21,6 +21,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 1.2.1-SNAPSHOT bundle + ${project.groupId} hwvtepsouthbound-api @@ -36,14 +37,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html schema.hardwarevtep ${project.version} - junit junit test - org.mockito mockito-all @@ -72,5 +71,4 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - + \ No newline at end of file diff --git a/openstack/net-virt-providers/pom.xml b/openstack/net-virt-providers/pom.xml index 9495939fb..2d7a664cf 100644 --- a/openstack/net-virt-providers/pom.xml +++ b/openstack/net-virt-providers/pom.xml @@ -45,64 +45,34 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.10.0-SNAPSHOT - 0.6.0-SNAPSHOT - 0.2.0-SNAPSHOT 0.2.0-SNAPSHOT - 1.2.1-SNAPSHOT - 1.2.1-SNAPSHOT - 1.2.1-SNAPSHOT 1.5.2 ../net-virt-it/target/jacoco-it.exec - - - - org.opendaylight.mdsal - mdsal-artifacts - 2.0.0-SNAPSHOT - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.8.0-SNAPSHOT - pom - import - - - - + - org.osgi - org.osgi.core - - - com.google.guava - guava - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - sal-binding-api + org.opendaylight.ovsdb + openstack.net-virt + ${project.version} - org.opendaylight.controller - sal-binding-config + org.opendaylight.ovsdb + utils.mdsal-openflow + ${project.version} - org.opendaylight.controller - sal-common-api + org.opendaylight.ovsdb + southbound-api + ${project.version} - org.opendaylight.controller.model - model-inventory + org.opendaylight.ovsdb + utils.servicehelper + ${project.version} + org.opendaylight.openflowplugin.model model-flow-base @@ -116,7 +86,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.openflowplugin openflowjava-extension-nicira - ${openflowjava-nicira.version} + ${openflowplugin.version} org.opendaylight.openflowplugin @@ -124,19 +94,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${openflowplugin.version} - org.opendaylight.ovsdb - openstack.net-virt - ${project.version} - - - org.opendaylight.ovsdb - utils.mdsal-openflow - ${ovsdb.utils.mdsal.openflow.version} - - - org.opendaylight.mdsal - yang-binding + org.opendaylight.openflowplugin + openflowplugin-api + ${openflowplugin.version} + org.opendaylight.mdsal.model ietf-inet-types @@ -149,38 +111,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model opendaylight-l2-types - - org.opendaylight.ovsdb - utils.servicehelper - ${project.version} - - - org.opendaylight.yangtools - concepts - org.opendaylight.mdsal.model ietf-topology + - org.opendaylight.ovsdb - southbound-api - ${project.version} - - - org.opendaylight.openflowplugin - openflowplugin-api - ${openflowplugin.version} - - - org.slf4j - slf4j-api + org.opendaylight.controller + liblldp + ${liblldp.version} - - org.opendaylight.controller - liblldp - ${liblldp.version} - + com.google.code.findbugs jsr305 @@ -188,13 +129,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html io.netty netty-buffer - - 4.0.26.Final org.apache.commons commons-lang3 + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + + + org.slf4j + slf4j-simple + test + + org.mockito mockito-core @@ -235,17 +186,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html junit test - - org.codehaus.sonar-plugins.java - sonar-jacoco-listeners - ${sonar-jacoco-listeners.version} - test - - - org.slf4j - slf4j-simple - test - @@ -265,10 +205,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.apache.maven.plugins - maven-checkstyle-plugin - org.apache.maven.plugins maven-surefire-plugin @@ -284,10 +220,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.jacoco - jacoco-maven-plugin - diff --git a/openstack/net-virt-sfc/impl/pom.xml b/openstack/net-virt-sfc/impl/pom.xml index 411cc7194..e3b09a1a0 100644 --- a/openstack/net-virt-sfc/impl/pom.xml +++ b/openstack/net-virt-sfc/impl/pom.xml @@ -25,14 +25,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html bundle - 0.6.0-SNAPSHOT 0.2.0-SNAPSHOT 1.5.2 + 0.2.0-SNAPSHOT ../it/target/jacoco-it.exec - 0.2.0-SNAPSHOT + ${project.groupId} openstack.net-virt-sfc-api @@ -69,38 +69,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.version} - org.opendaylight.ovsdb + ${project.groupId} utils.servicehelper ${project.version} - - org.slf4j - slf4j-api - - - com.google.guava - guava - - - org.osgi - org.osgi.core - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-common-api - - - org.opendaylight.controller.model - model-inventory - + org.opendaylight.openflowplugin openflowplugin-extension-nicira @@ -121,27 +94,31 @@ and is available at http://www.eclipse.org/legal/epl-v10.html model-flow-service ${openflowplugin.version} + org.opendaylight.mdsal.model ietf-topology + + org.opendaylight.mdsal.model + iana-if-type-2014-05-08 + + org.opendaylight.sfc sfc-model - ${sfc.project.version} + ${sfc.version} org.opendaylight.sfc sfc-provider - ${sfc.project.version} - - - org.opendaylight.yangtools - concepts + ${sfc.version} + - junit - junit + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} test @@ -149,6 +126,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html slf4j-simple test + + + junit + junit + test + org.mockito mockito-all @@ -172,17 +155,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${powermock.version} test - - org.codehaus.sonar-plugins.java - sonar-jacoco-listeners - ${sonar-jacoco-listeners.version} - test - - - org.opendaylight.mdsal.model - iana-if-type-2014-05-08 - 2014.05.08.8-SNAPSHOT - @@ -201,13 +173,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.apache.maven.plugins maven-surefire-plugin @@ -220,10 +185,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.jacoco - jacoco-maven-plugin - diff --git a/openstack/net-virt/pom.xml b/openstack/net-virt/pom.xml index 0e966003c..90823bd41 100644 --- a/openstack/net-virt/pom.xml +++ b/openstack/net-virt/pom.xml @@ -46,79 +46,26 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 0.6.0-SNAPSHOT - 1.2.1-SNAPSHOT - 1.2.1-SNAPSHOT 1.5.2 ../net-virt-it/target/jacoco-it.exec - - - - org.opendaylight.mdsal - mdsal-artifacts - 2.0.0-SNAPSHOT - pom - import - - - org.opendaylight.mdsal.model - mdsal-model-artifacts - 0.8.0-SNAPSHOT - pom - import - - - - + - org.apache.commons - commons-lang3 - - - org.osgi - org.osgi.core - - - com.google.guava - guava - - - org.opendaylight.controller - config-api - - - org.opendaylight.controller - sal-binding-api - - - org.opendaylight.controller - sal-binding-config - - - org.opendaylight.controller - sal-common-api - - - org.opendaylight.ovsdb + ${project.groupId} southbound-api - 1.2.1-SNAPSHOT - - - org.opendaylight.neutron - model - ${neutron.model.version} + ${project.version} - org.opendaylight.ovsdb + ${project.groupId} utils.config - ${ovsdb.utils.config.version} + ${project.version} - org.opendaylight.ovsdb + ${project.groupId} utils.servicehelper - ${ovsdb.utils.servicehelper.version} + ${project.version} ${project.groupId} @@ -130,14 +77,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html utils.neutron-utils ${project.version} + - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools - concepts + org.opendaylight.neutron + model + ${neutron.model.version} + org.opendaylight.mdsal.model ietf-inet-types @@ -158,14 +104,23 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.model ietf-yang-types - + + commons-net commons-net + + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} + test + org.slf4j - slf4j-api + slf4j-simple + test + org.mockito mockito-core @@ -206,17 +161,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html junit test - - org.codehaus.sonar-plugins.java - sonar-jacoco-listeners - ${sonar-jacoco-listeners.version} - test - - - org.slf4j - slf4j-simple - test - @@ -236,10 +180,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.apache.maven.plugins - maven-checkstyle-plugin - org.apache.maven.plugins maven-surefire-plugin @@ -252,10 +192,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.jacoco - jacoco-maven-plugin - diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 88f724123..e3de74933 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -48,6 +48,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + ${project.groupId} southbound-api @@ -58,22 +59,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html library ${project.version} - - com.google.guava - guava - ${project.groupId} schema.openvswitch ${project.version} - org.opendaylight.controller - sal-core-api + com.google.guava + guava + - junit - junit + org.codehaus.sonar-plugins.java + sonar-jacoco-listeners + ${sonar-jacoco-listeners.version} test @@ -81,6 +80,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html slf4j-simple test + + + junit + junit + test + org.powermock powermock-api-mockito @@ -93,12 +98,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${powermock.version} test - - org.codehaus.sonar-plugins.java - sonar-jacoco-listeners - ${sonar-jacoco-listeners.version} - test - @@ -133,10 +132,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - - org.jacoco - jacoco-maven-plugin - -- 2.36.6