From b25fb8ba381fe22992e1042f3eee2c54cc26af43 Mon Sep 17 00:00:00 2001 From: Giovanni Meo Date: Tue, 21 Jan 2014 18:57:28 +0100 Subject: [PATCH] Migrate all artifact versions to dependencyManagement - Migrate all the artifacts to use dependencyManagement to centralize the version changes in controller and make sure the dry-run for release could actually rewrite those. Change-Id: I510e4f15d6d75ec52d49835600338fa069a5a4f6 Signed-off-by: Giovanni Meo --- opendaylight/appauth/pom.xml | 31 +- opendaylight/arphandler/pom.xml | 4 - .../clustering/integrationtest/pom.xml | 6 - .../services_implementation/pom.xml | 2 - opendaylight/clustering/stub/pom.xml | 2 - opendaylight/clustering/test/pom.xml | 2 - opendaylight/commons/integrationtest/pom.xml | 7 - opendaylight/commons/opendaylight/pom.xml | 378 +++++++++++++++++- opendaylight/configuration/api/pom.xml | 1 - .../configuration/implementation/pom.xml | 3 - .../configuration/integrationtest/pom.xml | 14 - opendaylight/connectionmanager/api/pom.xml | 2 - opendaylight/containermanager/api/pom.xml | 1 - .../containermanager/implementation/pom.xml | 7 - .../it.implementation/pom.xml | 3 - .../distribution/opendaylight/pom.xml | 185 +-------- opendaylight/forwarding/staticrouting/pom.xml | 5 - .../forwardingrulesmanager/api/pom.xml | 4 - .../implementation/pom.xml | 1 - .../integrationtest/pom.xml | 20 - opendaylight/hosttracker/api/pom.xml | 3 - .../hosttracker/implementation/pom.xml | 8 - .../hosttracker/integrationtest/pom.xml | 20 - opendaylight/hosttracker_new/api/pom.xml | 3 - .../hosttracker_new/implementation/pom.xml | 4 - opendaylight/md-sal/pom.xml | 1 + .../neutron/implementation/pom.xml | 4 - .../networkconfiguration/neutron/pom.xml | 4 +- .../bundlescanner/implementation/pom.xml | 3 - opendaylight/northbound/commons/pom.xml | 6 - .../northbound/connectionmanager/pom.xml | 6 - .../northbound/containermanager/pom.xml | 6 - .../northbound/controllermanager/pom.xml | 18 - .../northbound/flowprogrammer/pom.xml | 5 - opendaylight/northbound/hosttracker/pom.xml | 5 - .../northbound/integrationtest/pom.xml | 123 ------ opendaylight/northbound/java-client/pom.xml | 13 - opendaylight/northbound/jolokia/pom.xml | 4 +- .../networkconfiguration/bridgedomain/pom.xml | 7 - .../networkconfiguration/neutron/pom.xml | 8 - opendaylight/northbound/staticrouting/pom.xml | 5 - opendaylight/northbound/statistics/pom.xml | 5 - opendaylight/northbound/subnets/pom.xml | 4 - opendaylight/northbound/switchmanager/pom.xml | 15 - opendaylight/northbound/topology/pom.xml | 5 - opendaylight/northbound/usermanager/pom.xml | 5 - .../northboundtest/unit_test_suite/pom.xml | 11 +- .../protocol_plugins/openflow/pom.xml | 2 - opendaylight/protocol_plugins/stub/pom.xml | 1 - .../routing/dijkstra_implementation/pom.xml | 2 - opendaylight/sal/api/pom.xml | 1 - opendaylight/sal/connection/api/pom.xml | 1 - .../sal/connection/implementation/pom.xml | 2 - .../sal/networkconfiguration/api/pom.xml | 1 - .../implementation/pom.xml | 2 - opendaylight/samples/loadbalancer/pom.xml | 4 - .../samples/northbound/loadbalancer/pom.xml | 6 - opendaylight/samples/simpleforwarding/pom.xml | 4 - opendaylight/security/pom.xml | 2 - opendaylight/statisticsmanager/api/pom.xml | 4 - .../statisticsmanager/implementation/pom.xml | 6 - .../statisticsmanager/integrationtest/pom.xml | 20 - opendaylight/switchmanager/api/pom.xml | 3 - .../switchmanager/implementation/pom.xml | 5 - .../switchmanager/integrationtest/pom.xml | 11 - .../topologymanager/implementation/pom.xml | 3 - .../topologymanager/integrationtest/pom.xml | 19 +- opendaylight/usermanager/api/pom.xml | 10 - .../usermanager/implementation/pom.xml | 5 - opendaylight/web/devices/pom.xml | 7 - opendaylight/web/flows/pom.xml | 5 - opendaylight/web/root/pom.xml | 6 - opendaylight/web/topology/pom.xml | 5 - opendaylight/web/troubleshoot/pom.xml | 6 - 74 files changed, 415 insertions(+), 707 deletions(-) diff --git a/opendaylight/appauth/pom.xml b/opendaylight/appauth/pom.xml index f3a6a3bf4d..157a341094 100644 --- a/opendaylight/appauth/pom.xml +++ b/opendaylight/appauth/pom.xml @@ -47,23 +47,20 @@ - - org.opendaylight.controller - sal - 0.7.0-SNAPSHOT - - - org.opendaylight.controller - containermanager - 0.5.1-SNAPSHOT - - - org.opendaylight.controller - usermanager - 0.4.1-SNAPSHOT - - - junit + + org.opendaylight.controller + sal + + + org.opendaylight.controller + containermanager + + + org.opendaylight.controller + usermanager + + + junit junit diff --git a/opendaylight/arphandler/pom.xml b/opendaylight/arphandler/pom.xml index 8d3df87c58..c04bccd00d 100644 --- a/opendaylight/arphandler/pom.xml +++ b/opendaylight/arphandler/pom.xml @@ -63,22 +63,18 @@ org.opendaylight.controller connectionmanager - 0.1.1-SNAPSHOT org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/clustering/integrationtest/pom.xml b/opendaylight/clustering/integrationtest/pom.xml index 1e317765c4..e0f03739bb 100644 --- a/opendaylight/clustering/integrationtest/pom.xml +++ b/opendaylight/clustering/integrationtest/pom.xml @@ -21,32 +21,26 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller clustering.services-implementation - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller containermanager.it.implementation - 0.5.1-SNAPSHOT junit diff --git a/opendaylight/clustering/services_implementation/pom.xml b/opendaylight/clustering/services_implementation/pom.xml index 536fb7dd2e..2d48934cfd 100644 --- a/opendaylight/clustering/services_implementation/pom.xml +++ b/opendaylight/clustering/services_implementation/pom.xml @@ -137,12 +137,10 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.jboss.jbossts.jta diff --git a/opendaylight/clustering/stub/pom.xml b/opendaylight/clustering/stub/pom.xml index 26980e4ff5..31577fc32e 100644 --- a/opendaylight/clustering/stub/pom.xml +++ b/opendaylight/clustering/stub/pom.xml @@ -48,12 +48,10 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/clustering/test/pom.xml b/opendaylight/clustering/test/pom.xml index e6f889c478..6d4fb57a38 100644 --- a/opendaylight/clustering/test/pom.xml +++ b/opendaylight/clustering/test/pom.xml @@ -52,12 +52,10 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT equinoxSDK381 diff --git a/opendaylight/commons/integrationtest/pom.xml b/opendaylight/commons/integrationtest/pom.xml index fe5aa473a6..42da74b8f4 100644 --- a/opendaylight/commons/integrationtest/pom.xml +++ b/opendaylight/commons/integrationtest/pom.xml @@ -22,37 +22,30 @@ equinoxSDK381 org.eclipse.equinox.console - 1.0.0.v20120522-1841 equinoxSDK381 org.eclipse.equinox.util - 1.0.400.v20120522-2049 equinoxSDK381 org.eclipse.osgi.services - 3.3.100.v20120522-1822 equinoxSDK381 org.eclipse.equinox.ds - 1.4.0.v20120522-1841 equinoxSDK381 org.apache.felix.gogo.command - 0.8.0.v201108120515 equinoxSDK381 org.apache.felix.gogo.runtime - 0.8.0.v201108120515 equinoxSDK381 org.apache.felix.gogo.shell - 0.8.0.v201110170705 junit diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 98a0bd196b..3eba5f0b3c 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -76,7 +76,9 @@ 0.6.0-SNAPSHOT 0.4.1-SNAPSHOT - 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT + 0.4.1-SNAPSHOT + 0.5.1-SNAPSHOT 0.5.1-SNAPSHOT 0.5.1-SNAPSHOT 0.5.1-SNAPSHOT @@ -84,6 +86,7 @@ 0.2.3-SNAPSHOT 1.0-SNAPSHOT 0.5.1-SNAPSHOT + 0.5.1-SNAPSHOT 0.7.0-SNAPSHOT 0.1.1-SNAPSHOT 0.7.0-SNAPSHOT @@ -93,7 +96,6 @@ 0.1.1-SNAPSHOT 0.5.1-SNAPSHOT 0.4.0-SNAPSHOT - 0.0.1-SNAPSHOT 4.0.10.Final 2.4 0.4.1-SNAPSHOT @@ -103,9 +105,11 @@ 0.5.0-SNAPSHOT 0.4.1-SNAPSHOT 0.4.1-SNAPSHOT + 0.4.1-SNAPSHOT + 0.4.1-SNAPSHOT - 1.18-SNAPSHOT - 7.0.43-SNAPSHOT + 1.17 + 7.0.42 0.4.1-SNAPSHOT @@ -360,8 +364,7 @@ com.google.code.gson gson - 2.1 - compile + 2.2.4 org.jboss.spec.javax.transaction @@ -699,6 +702,11 @@ protocol-framework ${protocol-framework.version} + + org.opendaylight.yangtools + concepts + ${yangtools.version} + @@ -758,15 +766,362 @@ yang-model-api ${yangtools.version} + + org.opendaylight.controller + hosttracker + ${hosttracker.api.version} + + + org.opendaylight.controller + hosttracker.implementation + ${hosttracker.implementation.version} + + + org.opendaylight.controller + hosttracker_new + ${hosttracker_new.api.version} + + + org.opendaylight.controller + forwarding.staticrouting + ${forwarding.staticrouting} + + + org.opendaylight.controller + clustering.services + ${clustering.services.version} + + + org.opendaylight.controller + clustering.services-implementation + ${controller.version} + + + org.opendaylight.controller + clustering.stub + ${clustering.stub.version} + + + org.opendaylight.controller + configuration + ${controller.version} + + + org.opendaylight.controller + configuration.implementation + ${controller.version} + + + org.opendaylight.controller + routing.dijkstra_implementation + ${controller.version} + + + org.opendaylight.controller + arphandler + ${arphandler.version} + + + org.opendaylight.controller + containermanager + ${containermanager.version} + + + org.opendaylight.controller + containermanager.implementation + ${containermanager.version} + + + org.opendaylight.controller + containermanager.it.implementation + ${containermanager.it.version} + + + org.opendaylight.controller + appauth + ${controller.version} + org.opendaylight.controller switchmanager ${switchmanager.api.version} - org.opendaylight.yangtools - concepts - ${yangtools.version} + org.opendaylight.controller + switchmanager.implementation + ${controller.version} + + + org.opendaylight.controller + statisticsmanager + ${statisticsmanager.version} + + + org.opendaylight.controller + statisticsmanager.implementation + ${controller.version} + + + org.opendaylight.controller + topologymanager + ${topologymanager.version} + + + org.opendaylight.controller + usermanager + ${usermanager.version} + + + org.opendaylight.controller + usermanager.implementation + ${usermanager.version} + + + org.opendaylight.controller + connectionmanager + ${connectionmanager.version} + + + org.opendaylight.controller + connectionmanager.implementation + ${connectionmanager.version} + + + org.opendaylight.controller + security + ${controller.version} + + + org.opendaylight.controller + forwardingrulesmanager + ${forwardingrulesmanager.version} + + + org.opendaylight.controller + forwardingrulesmanager.implementation + ${controller.version} + + + + + org.opendaylight.controller + sal + ${sal.version} + + + org.opendaylight.controller + sal.implementation + ${controller.version} + + + + + org.opendaylight.controller + sal.connection + ${sal.connection.version} + + + org.opendaylight.controller + sal.connection.implementation + ${sal.connection.version} + + + org.opendaylight.controller + sal.networkconfiguration + ${sal.networkconfiguration.version} + + + org.opendaylight.controller + sal.networkconfiguration.implementation + ${sal.networkconfiguration.version} + + + + + org.opendaylight.controller + web + ${controller.version} + + + org.opendaylight.controller + flows.web + ${controller.version} + + + org.opendaylight.controller + devices.web + ${controller.version} + + + org.opendaylight.controller + troubleshoot.web + ${controller.version} + + + org.opendaylight.controller + topology.web + ${controller.version} + + + org.opendaylight.controller + osgi-brandfragment.web + 0.0.1-SNAPSHOT + + + + + org.opendaylight.controller + networkconfig.neutron + ${controller.version} + + + org.opendaylight.controller + networkconfig.neutron.implementation + ${controller.version} + + + org.opendaylight.controller + networkconfig.neutron.northbound + ${controller.version} + + + + + org.opendaylight.controller + commons.northbound + ${controller.version} + + + org.opendaylight.controller + bundlescanner + ${bundlescanner.version} + + + org.opendaylight.controller + bundlescanner.implementation + ${bundlescanner.version} + + + org.opendaylight.controller + topology.northbound + ${controller.version} + + + org.opendaylight.controller + forwarding.staticrouting.northbound + ${controller.version} + + + org.opendaylight.controller + statistics.northbound + ${controller.version} + + + org.opendaylight.controller + flowprogrammer.northbound + ${controller.version} + + + org.opendaylight.controller + hosttracker.northbound + ${controller.version} + + + org.opendaylight.controller + subnets.northbound + ${controller.version} + + + org.opendaylight.controller + switchmanager.northbound + ${controller.version} + + + org.opendaylight.controller + containermanager.northbound + ${controller.version} + + + org.opendaylight.controller + networkconfig.bridgedomain.northbound + ${networkconfig.bridgedomain.northbound.version} + + + org.opendaylight.controller + httpservice-bridge + 0.0.1-SNAPSHOT + + + org.opendaylight.controller + jolokia-bridge + 0.0.1-SNAPSHOT + + + org.opendaylight.controller + connectionmanager.northbound + ${connectionmanager.version} + + + org.opendaylight.controller + usermanager.northbound + 0.0.1-SNAPSHOT + + + org.opendaylight.controller + controllermanager.northbound + 0.0.1-SNAPSHOT + + + + org.opendaylight.controller + logging.bridge + ${controller.version} + + + + + org.opendaylight.controller + protocol_plugins.openflow + ${controller.version} + + + org.opendaylight.controller + protocol_plugins.stub + ${protocol_plugin.stub.version} + + + + + org.opendaylight.controller + samples.loadbalancer + ${samples.loadbalancer} + + + org.opendaylight.controller + samples.loadbalancer.northbound + ${controller.version} + + + org.opendaylight.controller + samples.simpleforwarding + ${controller.version} + + + + + org.opendaylight.controller + clustering.test + ${controller.version} + + + org.opendaylight.controller + commons.httpclient + ${commons.httpclient.version} + + + org.opendaylight.controller + sanitytest + ${controller.version} @@ -794,6 +1149,11 @@ 0.0.1-SNAPSHOT test + + org.codehaus.enunciate + enunciate-core-annotations + ${enunciate.version} + diff --git a/opendaylight/configuration/api/pom.xml b/opendaylight/configuration/api/pom.xml index 282185bd70..2e9104a4b0 100644 --- a/opendaylight/configuration/api/pom.xml +++ b/opendaylight/configuration/api/pom.xml @@ -44,7 +44,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT diff --git a/opendaylight/configuration/implementation/pom.xml b/opendaylight/configuration/implementation/pom.xml index db596bf346..9eb2e16809 100644 --- a/opendaylight/configuration/implementation/pom.xml +++ b/opendaylight/configuration/implementation/pom.xml @@ -52,17 +52,14 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/configuration/integrationtest/pom.xml b/opendaylight/configuration/integrationtest/pom.xml index 65d46c3e0a..aa3758142b 100644 --- a/opendaylight/configuration/integrationtest/pom.xml +++ b/opendaylight/configuration/integrationtest/pom.xml @@ -20,47 +20,38 @@ org.opendaylight.controller protocol_plugins.stub - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.services-implementation - 0.4.1-SNAPSHOT org.opendaylight.controller clustering.stub - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller containermanager.it.implementation - 0.5.1-SNAPSHOT org.opendaylight.controller @@ -69,27 +60,22 @@ org.opendaylight.controller switchmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller configuration.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT junit diff --git a/opendaylight/connectionmanager/api/pom.xml b/opendaylight/connectionmanager/api/pom.xml index ab0a32882e..01799f996b 100644 --- a/opendaylight/connectionmanager/api/pom.xml +++ b/opendaylight/connectionmanager/api/pom.xml @@ -45,12 +45,10 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.connection - 0.1.1-SNAPSHOT diff --git a/opendaylight/containermanager/api/pom.xml b/opendaylight/containermanager/api/pom.xml index 1ca905054b..744198acf8 100644 --- a/opendaylight/containermanager/api/pom.xml +++ b/opendaylight/containermanager/api/pom.xml @@ -54,7 +54,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT diff --git a/opendaylight/containermanager/implementation/pom.xml b/opendaylight/containermanager/implementation/pom.xml index bd12bfc87d..9c160dcf3e 100644 --- a/opendaylight/containermanager/implementation/pom.xml +++ b/opendaylight/containermanager/implementation/pom.xml @@ -62,37 +62,30 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller appauth - 0.4.1-SNAPSHOT org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller usermanager - 0.4.1-SNAPSHOT diff --git a/opendaylight/containermanager/it.implementation/pom.xml b/opendaylight/containermanager/it.implementation/pom.xml index ee1ef12c11..c6d8c5911c 100644 --- a/opendaylight/containermanager/it.implementation/pom.xml +++ b/opendaylight/containermanager/it.implementation/pom.xml @@ -57,17 +57,14 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 17d484a88c..cdb4e35cdd 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -26,9 +26,7 @@ - - org.opendaylight.controller sal-common @@ -201,31 +199,6 @@ yang-jmx-generator ${config.version} - - org.opendaylight.controller - netty-event-executor-config - ${config.version} - - - org.opendaylight.controller - netty-threadgroup-config - ${config.version} - - - org.opendaylight.controller - threadpool-config-api - ${config.version} - - - org.opendaylight.controller - threadpool-config-impl - ${config.version} - - - org.opendaylight.controller - yang-store-api - ${config.version} - org.opendaylight.controller yang-store-api @@ -513,9 +486,22 @@ org.zeromq - jeromq - 0.3.1 - + jeromq + 0.3.1 + + + + org.opendaylight.yangtools.model + ietf-inet-types + + + org.opendaylight.yangtools.model + ietf-yang-types + + + org.opendaylight.yangtools.model + opendaylight-l2-types + @@ -543,7 +529,6 @@ org.opendaylight.controller sanitytest - ${controller.version} jar @@ -589,135 +574,108 @@ org.opendaylight.controller forwarding.staticrouting - ${forwarding.staticrouting} org.opendaylight.controller clustering.services - ${clustering.services.version} org.opendaylight.controller clustering.services-implementation - ${controller.version} - + org.opendaylight.controller configuration - ${controller.version} org.opendaylight.controller configuration.implementation - ${controller.version} org.opendaylight.controller routing.dijkstra_implementation - ${controller.version} - + org.opendaylight.controller arphandler - ${arphandler.version} org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller hosttracker.implementation - ${hosttracker.version} org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller containermanager.implementation - ${containermanager.version} org.opendaylight.controller appauth - ${controller.version} org.opendaylight.controller switchmanager - ${switchmanager.api.version} org.opendaylight.controller switchmanager.implementation - ${controller.version} org.opendaylight.controller statisticsmanager - ${statisticsmanager.version} org.opendaylight.controller statisticsmanager.implementation - ${controller.version} org.opendaylight.controller topologymanager - ${controller.version} org.opendaylight.controller usermanager - ${controller.version} org.opendaylight.controller usermanager.implementation - ${controller.version} org.opendaylight.controller connectionmanager - ${connectionmanager.version} org.opendaylight.controller connectionmanager.implementation - ${connectionmanager.version} org.opendaylight.controller security - ${controller.version} org.opendaylight.controller forwardingrulesmanager - ${forwardingrulesmanager.version} org.opendaylight.controller forwardingrulesmanager.implementation - ${controller.version} - org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller sal.implementation - ${controller.version} @@ -725,22 +683,18 @@ org.opendaylight.controller sal.connection - ${sal.connection.version} org.opendaylight.controller sal.connection.implementation - ${sal.connection.version} org.opendaylight.controller sal.networkconfiguration - ${sal.networkconfiguration.version} org.opendaylight.controller sal.networkconfiguration.implementation - ${sal.networkconfiguration.version} @@ -748,191 +702,150 @@ org.opendaylight.controller web - ${controller.version} org.opendaylight.controller flows.web - ${controller.version} org.opendaylight.controller devices.web - ${controller.version} org.opendaylight.controller troubleshoot.web - ${controller.version} org.opendaylight.controller topology.web - ${controller.version} org.opendaylight.controller osgi-brandfragment.web - 0.0.1-SNAPSHOT - org.opendaylight.controller networkconfig.neutron - ${controller.version} org.opendaylight.controller networkconfig.neutron.implementation - ${controller.version} org.opendaylight.controller networkconfig.neutron.northbound - ${controller.version} - org.opendaylight.controller commons.northbound - ${controller.version} org.opendaylight.controller bundlescanner - ${controller.version} org.opendaylight.controller bundlescanner.implementation - ${controller.version} org.opendaylight.controller topology.northbound - ${controller.version} org.opendaylight.controller forwarding.staticrouting.northbound - ${controller.version} org.opendaylight.controller statistics.northbound - ${controller.version} org.opendaylight.controller flowprogrammer.northbound - ${controller.version} org.opendaylight.controller hosttracker.northbound - ${controller.version} org.opendaylight.controller subnets.northbound - ${controller.version} org.opendaylight.controller switchmanager.northbound - ${controller.version} org.opendaylight.controller containermanager.northbound - ${controller.version} org.opendaylight.controller networkconfig.bridgedomain.northbound - ${networkconfig.bridgedomain.northbound.version} org.opendaylight.controller httpservice-bridge - 0.0.1-SNAPSHOT org.jolokia jolokia-osgi - ${jolokia.version} org.opendaylight.controller jolokia-bridge - ${jolokia.bridge.version} org.opendaylight.controller connectionmanager.northbound - ${connectionmanager.version} org.opendaylight.controller usermanager.northbound - 0.0.1-SNAPSHOT org.opendaylight.controller controllermanager.northbound - 0.0.1-SNAPSHOT org.opendaylight.controller logging.bridge - ${controller.version} org.opendaylight.controller protocol_plugins.openflow - ${controller.version} org.opendaylight.controller samples.loadbalancer - ${samples.loadbalancer} org.opendaylight.controller samples.loadbalancer.northbound - ${controller.version} org.opendaylight.controller samples.simpleforwarding - ${controller.version} - org.slf4j jcl-over-slf4j - - org.osgi - org.osgi.core - provided - org.slf4j slf4j-api - compile org.slf4j @@ -1105,8 +1018,6 @@ com.google.code.gson gson - 2.2.4 - compile org.jboss.spec.javax.transaction @@ -1201,26 +1112,6 @@ javax.resource - - org.ops4j.pax.exam - pax-exam-container-native - test - - - org.ops4j.pax.exam - pax-exam-junit4 - test - - - org.ops4j.pax.exam - pax-exam-link-mvn - test - - - org.ops4j.pax.url - pax-url-aether - test - org.springframework org.springframework.asm @@ -1291,12 +1182,10 @@ com.sun.jersey jersey-core - ${jersey.version} com.sun.jersey jersey-server - ${jersey.version} com.sun.jersey @@ -1323,17 +1212,12 @@ org.eclipse.equinox.http servlet - org.apache.felix org.apache.felix.webconsole - 4.2.0 all - @@ -1353,19 +1237,6 @@ org.opendaylight.controller.thirdparty org.apache.catalina.filters.CorsFilter - - - org.opendaylight.yangtools.model - ietf-inet-types - - - org.opendaylight.yangtools.model - ietf-yang-types - - - org.opendaylight.yangtools.model - opendaylight-l2-types - @@ -1389,29 +1260,17 @@ netty-common - - - - org.opendaylight.controller - clustering.test - ${controller.version} - + - org.opendaylight.controller - commons.httpclient - ${commons.httpclient.version} + org.opendaylight.controller + clustering.test - org.opendaylight.controller - sanitytest - ${controller.version} + commons.httpclient - - - diff --git a/opendaylight/forwarding/staticrouting/pom.xml b/opendaylight/forwarding/staticrouting/pom.xml index a0b7367acd..2a3c08e41f 100644 --- a/opendaylight/forwarding/staticrouting/pom.xml +++ b/opendaylight/forwarding/staticrouting/pom.xml @@ -62,22 +62,18 @@ org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller configuration - 0.4.1-SNAPSHOT junit @@ -86,7 +82,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT diff --git a/opendaylight/forwardingrulesmanager/api/pom.xml b/opendaylight/forwardingrulesmanager/api/pom.xml index afd3d0ba7c..5583b7a0dd 100644 --- a/opendaylight/forwardingrulesmanager/api/pom.xml +++ b/opendaylight/forwardingrulesmanager/api/pom.xml @@ -68,17 +68,14 @@ org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller @@ -87,7 +84,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/forwardingrulesmanager/implementation/pom.xml b/opendaylight/forwardingrulesmanager/implementation/pom.xml index ef69b49ca9..deaa23e062 100644 --- a/opendaylight/forwardingrulesmanager/implementation/pom.xml +++ b/opendaylight/forwardingrulesmanager/implementation/pom.xml @@ -74,7 +74,6 @@ org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller diff --git a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml index 1595f257d4..6fc318cd3a 100644 --- a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml @@ -21,102 +21,82 @@ org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller hosttracker.implementation - ${hosttracker.version} org.opendaylight.controller connectionmanager - 0.1.1-SNAPSHOT org.opendaylight.controller connectionmanager.implementation - 0.1.1-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller sal.connection - 0.1.1-SNAPSHOT org.opendaylight.controller sal.connection.implementation - 0.1.1-SNAPSHOT org.opendaylight.controller configuration.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.stub - 0.4.1-SNAPSHOT org.opendaylight.controller switchmanager - 0.7.0-SNAPSHOT org.opendaylight.controller switchmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller forwardingrulesmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller containermanager.it.implementation - 0.5.1-SNAPSHOT org.opendaylight.controller protocol_plugins.stub - 0.4.1-SNAPSHOT org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT junit diff --git a/opendaylight/hosttracker/api/pom.xml b/opendaylight/hosttracker/api/pom.xml index bf2e360334..fbd13e13ef 100644 --- a/opendaylight/hosttracker/api/pom.xml +++ b/opendaylight/hosttracker/api/pom.xml @@ -57,7 +57,6 @@ org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller @@ -66,12 +65,10 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/hosttracker/implementation/pom.xml b/opendaylight/hosttracker/implementation/pom.xml index 78c4ae4160..f7ced8ee89 100644 --- a/opendaylight/hosttracker/implementation/pom.xml +++ b/opendaylight/hosttracker/implementation/pom.xml @@ -100,27 +100,22 @@ org.opendaylight.controller connectionmanager - 0.1.1-SNAPSHOT org.opendaylight.controller connectionmanager.implementation - 0.1.1-SNAPSHOT org.opendaylight.controller sal.connection - 0.1.1-SNAPSHOT org.opendaylight.controller sal.connection.implementation - 0.1.1-SNAPSHOT org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller @@ -129,17 +124,14 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} junit diff --git a/opendaylight/hosttracker/integrationtest/pom.xml b/opendaylight/hosttracker/integrationtest/pom.xml index 03e70002d3..c2d30e78c6 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -21,78 +21,58 @@ org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller hosttracker.implementation - ${hosttracker.version} org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT - org.opendaylight.controller containermanager.it.implementation - 0.5.1-SNAPSHOT - org.opendaylight.controller arphandler - ${arphandler.version} org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT - org.opendaylight.controller clustering.stub - 0.4.1-SNAPSHOT - org.opendaylight.controller switchmanager - 0.7.0-SNAPSHOT org.opendaylight.controller switchmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT - org.opendaylight.controller configuration.implementation - 0.4.1-SNAPSHOT - org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT junit diff --git a/opendaylight/hosttracker_new/api/pom.xml b/opendaylight/hosttracker_new/api/pom.xml index ba3da5f764..495058ff86 100644 --- a/opendaylight/hosttracker_new/api/pom.xml +++ b/opendaylight/hosttracker_new/api/pom.xml @@ -56,7 +56,6 @@ org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller @@ -65,12 +64,10 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/hosttracker_new/implementation/pom.xml b/opendaylight/hosttracker_new/implementation/pom.xml index c5caa7f317..c035be49ec 100644 --- a/opendaylight/hosttracker_new/implementation/pom.xml +++ b/opendaylight/hosttracker_new/implementation/pom.xml @@ -101,7 +101,6 @@ org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller @@ -110,17 +109,14 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller hosttracker_new - 0.4.1-SNAPSHOT junit diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 3c4c8e3bb5..acbdb9f33d 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -122,6 +122,7 @@ ${user.name}-private-view java 3.0.0 + 0.7.0-SNAPSHOT diff --git a/opendaylight/networkconfiguration/neutron/implementation/pom.xml b/opendaylight/networkconfiguration/neutron/implementation/pom.xml index 150f602802..c5c231d652 100644 --- a/opendaylight/networkconfiguration/neutron/implementation/pom.xml +++ b/opendaylight/networkconfiguration/neutron/implementation/pom.xml @@ -77,22 +77,18 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller networkconfig.neutron - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT diff --git a/opendaylight/networkconfiguration/neutron/pom.xml b/opendaylight/networkconfiguration/neutron/pom.xml index b6cdd2512b..cdbb7d6b81 100644 --- a/opendaylight/networkconfiguration/neutron/pom.xml +++ b/opendaylight/networkconfiguration/neutron/pom.xml @@ -43,7 +43,7 @@ org.apache.felix maven-bundle-plugin - 2.3.6 + ${bundle.plugin.version} true @@ -67,12 +67,10 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT commons-net diff --git a/opendaylight/northbound/bundlescanner/implementation/pom.xml b/opendaylight/northbound/bundlescanner/implementation/pom.xml index 03cb9c20de..a3d53ed011 100644 --- a/opendaylight/northbound/bundlescanner/implementation/pom.xml +++ b/opendaylight/northbound/bundlescanner/implementation/pom.xml @@ -53,7 +53,6 @@ org.ow2.asm asm-all - 4.1 junit @@ -67,12 +66,10 @@ org.opendaylight.controller bundlescanner - ${bundlescanner.version} org.opendaylight.controller sal - ${sal.version} diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 2169f3f3e7..70bd0d4734 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -72,17 +72,14 @@ org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller usermanager - ${usermanager.version} org.opendaylight.controller bundlescanner - ${bundlescanner.version} @@ -122,13 +119,10 @@ com.sun.jersey jersey-server - ${jersey.version} com.sun.jersey jersey-client - ${jersey.version} - diff --git a/opendaylight/northbound/connectionmanager/pom.xml b/opendaylight/northbound/connectionmanager/pom.xml index 8ade6134e6..8fed221bf8 100644 --- a/opendaylight/northbound/connectionmanager/pom.xml +++ b/opendaylight/northbound/connectionmanager/pom.xml @@ -76,32 +76,26 @@ org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller sal.connection - ${sal.connection.version} org.opendaylight.controller connectionmanager - ${connectionmanager.version} org.opendaylight.controller containermanager - ${containermanager.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} diff --git a/opendaylight/northbound/containermanager/pom.xml b/opendaylight/northbound/containermanager/pom.xml index a8b8f2a5d0..7cc3964713 100644 --- a/opendaylight/northbound/containermanager/pom.xml +++ b/opendaylight/northbound/containermanager/pom.xml @@ -67,32 +67,26 @@ org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller appauth - 0.4.1-SNAPSHOT org.opendaylight.controller web - 0.4.1-SNAPSHOT org.opendaylight.controller sal - ${sal.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} diff --git a/opendaylight/northbound/controllermanager/pom.xml b/opendaylight/northbound/controllermanager/pom.xml index 5baaeb0dcc..866f166c4b 100644 --- a/opendaylight/northbound/controllermanager/pom.xml +++ b/opendaylight/northbound/controllermanager/pom.xml @@ -77,43 +77,26 @@ org.opendaylight.controller.thirdparty com.sun.jersey.jersey-servlet - ${jersey-servlet.version} - org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller switchmanager - ${switchmanager.api.version} - org.opendaylight.controller sal - ${sal.version} - org.opendaylight.controller commons.northbound - ${commons.northbound.version} - - - org.springframework - spring-web - ${spring.version} - provided - - org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} junit @@ -122,7 +105,6 @@ org.opendaylight.controller.thirdparty org.apache.catalina.filters.CorsFilter - ${corsfilter.version} diff --git a/opendaylight/northbound/flowprogrammer/pom.xml b/opendaylight/northbound/flowprogrammer/pom.xml index 565bd5f6aa..2948237007 100644 --- a/opendaylight/northbound/flowprogrammer/pom.xml +++ b/opendaylight/northbound/flowprogrammer/pom.xml @@ -75,7 +75,6 @@ org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller @@ -84,22 +83,18 @@ org.opendaylight.controller forwardingrulesmanager - ${forwardingrulesmanager.version} org.opendaylight.controller sal - ${sal.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} junit diff --git a/opendaylight/northbound/hosttracker/pom.xml b/opendaylight/northbound/hosttracker/pom.xml index aab519e5f6..54a1fa025e 100644 --- a/opendaylight/northbound/hosttracker/pom.xml +++ b/opendaylight/northbound/hosttracker/pom.xml @@ -75,12 +75,10 @@ org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller @@ -89,17 +87,14 @@ org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} junit diff --git a/opendaylight/northbound/integrationtest/pom.xml b/opendaylight/northbound/integrationtest/pom.xml index d1815bbf8c..d5283e35a9 100644 --- a/opendaylight/northbound/integrationtest/pom.xml +++ b/opendaylight/northbound/integrationtest/pom.xml @@ -34,237 +34,191 @@ org.opendaylight.controller commons.httpclient - 0.1.1-SNAPSHOT org.opendaylight.controller connectionmanager - 0.1.1-SNAPSHOT org.opendaylight.controller connectionmanager.implementation - 0.1.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller sal.connection - 0.1.1-SNAPSHOT org.opendaylight.controller sal.connection.implementation - 0.1.1-SNAPSHOT org.opendaylight.controller forwarding.staticrouting - ${forwarding.staticrouting} org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.services-implementation - 0.4.1-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller configuration.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller routing.dijkstra_implementation - 0.4.1-SNAPSHOT org.opendaylight.controller arphandler - ${arphandler.version} org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller forwardingrulesmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller hosttracker.implementation - ${hosttracker.version} org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller containermanager.it.implementation - 0.5.1-SNAPSHOT org.opendaylight.controller switchmanager - 0.7.0-SNAPSHOT org.opendaylight.controller switchmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller statisticsmanager - 0.5.0-SNAPSHOT org.opendaylight.controller statisticsmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller usermanager - 0.4.1-SNAPSHOT org.opendaylight.controller usermanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller security - 0.4.1-SNAPSHOT org.opendaylight.controller commons.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller topology.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller forwarding.staticrouting.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller statistics.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller flowprogrammer.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller subnets.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller switchmanager.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller logging.bridge - 0.4.1-SNAPSHOT org.opendaylight.controller protocol_plugins.stub - 0.4.1-SNAPSHOT org.opendaylight.controller bundlescanner - 0.4.1-SNAPSHOT org.opendaylight.controller bundlescanner.implementation - 0.4.1-SNAPSHOT org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.slf4j jcl-over-slf4j - ${slf4j.version} org.slf4j slf4j-api - ${slf4j.version} org.slf4j log4j-over-slf4j - ${slf4j.version} ch.qos.logback logback-core - ${logback.version} ch.qos.logback logback-classic - ${logback.version} @@ -295,7 +249,6 @@ org.codehaus.jettison jettison - 1.3.3 commons-io @@ -304,381 +257,305 @@ commons-fileupload commons-fileupload - 1.2.2 commons-codec commons-codec - 1.8 equinoxSDK381 javax.servlet - 3.0.0.v201112011016 equinoxSDK381 javax.servlet.jsp - 2.2.0.v201112011158 equinoxSDK381 org.eclipse.equinox.ds - 1.4.0.v20120522-1841 equinoxSDK381 org.eclipse.equinox.util - 1.0.400.v20120522-2049 equinoxSDK381 org.eclipse.osgi.services - 3.3.100.v20120522-1822 equinoxSDK381 org.eclipse.osgi - 3.8.1.v20120830-144521 equinoxSDK381 org.apache.felix.gogo.command - 0.8.0.v201108120515 equinoxSDK381 org.apache.felix.gogo.runtime - 0.8.0.v201108120515 equinoxSDK381 org.apache.felix.gogo.shell - 0.8.0.v201110170705 equinoxSDK381 org.eclipse.equinox.cm - 1.0.400.v20120522-1841 equinoxSDK381 org.eclipse.equinox.console - 1.0.0.v20120522-1841 equinoxSDK381 org.eclipse.equinox.launcher - 1.3.0.v20120522-1813 geminiweb org.eclipse.gemini.web.core - ${geminiweb.version} geminiweb org.eclipse.gemini.web.extender - ${geminiweb.version} geminiweb org.eclipse.gemini.web.tomcat - ${geminiweb.version} geminiweb org.eclipse.virgo.kernel.equinox.extensions - ${virgo.version} geminiweb org.eclipse.virgo.util.common - ${virgo.version} geminiweb org.eclipse.virgo.util.io - ${virgo.version} geminiweb org.eclipse.virgo.util.math - ${virgo.version} geminiweb org.eclipse.virgo.util.osgi - ${virgo.version} geminiweb org.eclipse.virgo.util.osgi.manifest - ${virgo.version} geminiweb org.eclipse.virgo.util.parser.manifest - ${virgo.version} org.apache.felix org.apache.felix.dependencymanager - 3.1.0 org.apache.felix org.apache.felix.dependencymanager.shell - 3.0.1 com.google.code.gson gson - 2.1 compile org.jboss.spec.javax.transaction jboss-transaction-api_1.1_spec - 1.0.1.Final org.apache.felix org.apache.felix.fileinstall - 3.1.6 org.apache.commons commons-lang3 - ${commons.lang.version} virgomirror org.eclipse.jdt.core.compiler.batch - 3.8.0.I20120518-2145 eclipselink javax.persistence - 2.0.4.v201112161009 orbit javax.activation - 1.1.0.v201211130549 orbit javax.annotation - 1.1.0.v201209060031 orbit javax.ejb - 3.1.1.v201204261316 orbit javax.el - 2.2.0.v201108011116 orbit javax.mail.glassfish - 1.4.1.v201108011116 orbit javax.xml.rpc - 1.1.0.v201005080400 orbit org.apache.catalina - 7.0.32.v201211201336 orbit org.apache.catalina.ha - 7.0.32.v201211201952 orbit org.apache.catalina.tribes - 7.0.32.v201211201952 orbit org.apache.coyote - 7.0.32.v201211201952 orbit org.apache.el - 7.0.32.v201211081135 orbit org.apache.jasper - 7.0.32.v201211201952 orbit org.apache.juli.extras - 7.0.32.v201211081135 orbit org.apache.tomcat.api - 7.0.32.v201211081135 orbit org.apache.tomcat.util - 7.0.32.v201211201952 orbit javax.servlet.jsp.jstl - 1.2.0.v201105211821 orbit javax.servlet.jsp.jstl.impl - 1.2.0.v201210211230 org.ops4j.pax.exam pax-exam-container-native - ${exam.version} test org.ops4j.pax.exam pax-exam-junit4 - ${exam.version} test org.ops4j.pax.exam pax-exam-link-mvn - ${exam.version} test org.ops4j.pax.url pax-url-aether - ${url.version} test org.ow2.asm asm-all - 4.1 org.springframework org.springframework.asm - ${spring.version} org.springframework org.springframework.aop - ${spring.version} org.springframework org.springframework.context - ${spring.version} org.springframework org.springframework.context.support - ${spring.version} org.springframework org.springframework.core - ${spring.version} org.springframework org.springframework.beans - ${spring.version} org.springframework org.springframework.expression - ${spring.version} org.springframework org.springframework.web - ${spring.version} org.aopalliance com.springsource.org.aopalliance - 1.0.0 org.springframework org.springframework.web.servlet - ${spring.version} org.springframework.security spring-security-config - ${spring-security.version} org.springframework.security spring-security-core - ${spring-security.version} org.springframework.security spring-security-web - ${spring-security.version} org.springframework.security spring-security-taglibs - ${spring-security.version} org.springframework org.springframework.transaction - ${spring-security.version} org.ow2.chameleon.management chameleon-mbeans - 1.0.0 com.sun.jersey jersey-core - ${jersey.version} - com.sun.jersey jersey-server - ${jersey.version} com.sun.jersey jersey-client - ${jersey.version} - eclipselink javax.resource diff --git a/opendaylight/northbound/java-client/pom.xml b/opendaylight/northbound/java-client/pom.xml index 78da7bdcc0..48bbdc6091 100644 --- a/opendaylight/northbound/java-client/pom.xml +++ b/opendaylight/northbound/java-client/pom.xml @@ -169,69 +169,56 @@ org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.opendaylight.controller connectionmanager.northbound - 0.1.1-SNAPSHOT org.opendaylight.controller controllermanager.northbound - 0.0.1-SNAPSHOT org.opendaylight.controller flowprogrammer.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller networkconfig.bridgedomain.northbound - 0.0.2-SNAPSHOT org.opendaylight.controller networkconfig.neutron.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller forwarding.staticrouting.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller statistics.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller subnets.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller switchmanager.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller topology.northbound - 0.4.1-SNAPSHOT org.opendaylight.controller usermanager.northbound - 0.0.1-SNAPSHOT diff --git a/opendaylight/northbound/jolokia/pom.xml b/opendaylight/northbound/jolokia/pom.xml index 7e13f2e334..1ff43834b1 100644 --- a/opendaylight/northbound/jolokia/pom.xml +++ b/opendaylight/northbound/jolokia/pom.xml @@ -9,8 +9,8 @@ jolokia-bridge - ${jolokia.bridge.version} Jolokia bridge web application + 0.0.1-SNAPSHOT bundle @@ -18,7 +18,7 @@ org.apache.felix maven-bundle-plugin - 2.4.0 + ${bundle.plugin.version} true diff --git a/opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml b/opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml index 483d993d04..9792de1dbe 100644 --- a/opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml +++ b/opendaylight/northbound/networkconfiguration/bridgedomain/pom.xml @@ -77,37 +77,30 @@ org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller sal.connection - ${sal.connection.version} org.opendaylight.controller sal.networkconfiguration - ${sal.networkconfiguration.version} org.opendaylight.controller connectionmanager - ${connectionmanager.version} org.opendaylight.controller containermanager - ${containermanager.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} diff --git a/opendaylight/northbound/networkconfiguration/neutron/pom.xml b/opendaylight/northbound/networkconfiguration/neutron/pom.xml index d54f2c5b28..be934d2627 100644 --- a/opendaylight/northbound/networkconfiguration/neutron/pom.xml +++ b/opendaylight/northbound/networkconfiguration/neutron/pom.xml @@ -89,42 +89,34 @@ org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} org.opendaylight.controller networkconfig.neutron - 0.4.1-SNAPSHOT org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.eclipse.persistence org.eclipse.persistence.moxy - 2.5.0 org.eclipse.persistence org.eclipse.persistence.core - 2.5.0 org.eclipse.persistence org.eclipse.persistence.antlr - 2.5.0 com.sun.jersey diff --git a/opendaylight/northbound/staticrouting/pom.xml b/opendaylight/northbound/staticrouting/pom.xml index c020e6b2a2..71e45de0b3 100644 --- a/opendaylight/northbound/staticrouting/pom.xml +++ b/opendaylight/northbound/staticrouting/pom.xml @@ -75,27 +75,22 @@ org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller forwarding.staticrouting - ${forwarding.staticrouting} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} junit diff --git a/opendaylight/northbound/statistics/pom.xml b/opendaylight/northbound/statistics/pom.xml index 95410b0d3a..db15c9c7ab 100644 --- a/opendaylight/northbound/statistics/pom.xml +++ b/opendaylight/northbound/statistics/pom.xml @@ -83,27 +83,22 @@ org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller statisticsmanager - ${statisticsmanager.version} org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} junit diff --git a/opendaylight/northbound/subnets/pom.xml b/opendaylight/northbound/subnets/pom.xml index c7108b2efa..e46350f0ea 100644 --- a/opendaylight/northbound/subnets/pom.xml +++ b/opendaylight/northbound/subnets/pom.xml @@ -90,12 +90,10 @@ org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller @@ -104,12 +102,10 @@ org.opendaylight.controller commons.northbound - ${commons.northbound.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} junit diff --git a/opendaylight/northbound/switchmanager/pom.xml b/opendaylight/northbound/switchmanager/pom.xml index a1932f521b..faa75a9e57 100644 --- a/opendaylight/northbound/switchmanager/pom.xml +++ b/opendaylight/northbound/switchmanager/pom.xml @@ -75,38 +75,23 @@ org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller switchmanager - org.opendaylight.controller sal - ${sal.version} - org.opendaylight.controller commons.northbound - ${commons.northbound.version} - - - org.springframework - spring-web - ${spring.version} - provided - - org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} - junit junit diff --git a/opendaylight/northbound/topology/pom.xml b/opendaylight/northbound/topology/pom.xml index 4cdfb02d58..98ccd97a47 100644 --- a/opendaylight/northbound/topology/pom.xml +++ b/opendaylight/northbound/topology/pom.xml @@ -79,27 +79,22 @@ org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} org.opendaylight.controller containermanager - ${containermanager.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller topologymanager - ${topologymanager.version} junit diff --git a/opendaylight/northbound/usermanager/pom.xml b/opendaylight/northbound/usermanager/pom.xml index b48d67252e..c8231f144e 100644 --- a/opendaylight/northbound/usermanager/pom.xml +++ b/opendaylight/northbound/usermanager/pom.xml @@ -65,27 +65,22 @@ org.opendaylight.controller sal - ${sal.version} org.opendaylight.controller usermanager - ${usermanager.version} org.opendaylight.controller commons.northbound - ${commons.northbound.version} org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} junit junit - ${junit.version} test diff --git a/opendaylight/northboundtest/unit_test_suite/pom.xml b/opendaylight/northboundtest/unit_test_suite/pom.xml index a9990abd97..5a0f5f3254 100644 --- a/opendaylight/northboundtest/unit_test_suite/pom.xml +++ b/opendaylight/northboundtest/unit_test_suite/pom.xml @@ -47,10 +47,9 @@ - - org.opendaylight.controller - sal - 0.4.0-SNAPSHOT - - + + org.opendaylight.controller + sal + + diff --git a/opendaylight/protocol_plugins/openflow/pom.xml b/opendaylight/protocol_plugins/openflow/pom.xml index ceeb29a1fc..8f9c4488ad 100644 --- a/opendaylight/protocol_plugins/openflow/pom.xml +++ b/opendaylight/protocol_plugins/openflow/pom.xml @@ -70,12 +70,10 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.connection - 0.1.1-SNAPSHOT junit diff --git a/opendaylight/protocol_plugins/stub/pom.xml b/opendaylight/protocol_plugins/stub/pom.xml index b7d7b05b60..d2f347c3da 100644 --- a/opendaylight/protocol_plugins/stub/pom.xml +++ b/opendaylight/protocol_plugins/stub/pom.xml @@ -57,7 +57,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/routing/dijkstra_implementation/pom.xml b/opendaylight/routing/dijkstra_implementation/pom.xml index aa3f625939..b4a4170a90 100644 --- a/opendaylight/routing/dijkstra_implementation/pom.xml +++ b/opendaylight/routing/dijkstra_implementation/pom.xml @@ -59,7 +59,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller @@ -68,7 +67,6 @@ org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT junit diff --git a/opendaylight/sal/api/pom.xml b/opendaylight/sal/api/pom.xml index 405f924554..b918720a44 100644 --- a/opendaylight/sal/api/pom.xml +++ b/opendaylight/sal/api/pom.xml @@ -66,7 +66,6 @@ org.osgi org.osgi.core - provided org.slf4j diff --git a/opendaylight/sal/connection/api/pom.xml b/opendaylight/sal/connection/api/pom.xml index 006334edfe..64c477171d 100644 --- a/opendaylight/sal/connection/api/pom.xml +++ b/opendaylight/sal/connection/api/pom.xml @@ -50,7 +50,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/sal/connection/implementation/pom.xml b/opendaylight/sal/connection/implementation/pom.xml index 4a7e70b836..fd8d5ec5c9 100644 --- a/opendaylight/sal/connection/implementation/pom.xml +++ b/opendaylight/sal/connection/implementation/pom.xml @@ -58,12 +58,10 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.connection - 0.1.1-SNAPSHOT diff --git a/opendaylight/sal/networkconfiguration/api/pom.xml b/opendaylight/sal/networkconfiguration/api/pom.xml index 3c08b439ae..3add82b1b5 100644 --- a/opendaylight/sal/networkconfiguration/api/pom.xml +++ b/opendaylight/sal/networkconfiguration/api/pom.xml @@ -47,7 +47,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT diff --git a/opendaylight/sal/networkconfiguration/implementation/pom.xml b/opendaylight/sal/networkconfiguration/implementation/pom.xml index c25ce0fa4f..e157047f19 100644 --- a/opendaylight/sal/networkconfiguration/implementation/pom.xml +++ b/opendaylight/sal/networkconfiguration/implementation/pom.xml @@ -50,12 +50,10 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.networkconfiguration - 0.0.2-SNAPSHOT diff --git a/opendaylight/samples/loadbalancer/pom.xml b/opendaylight/samples/loadbalancer/pom.xml index 6f951ca2f6..f2cfbbc758 100644 --- a/opendaylight/samples/loadbalancer/pom.xml +++ b/opendaylight/samples/loadbalancer/pom.xml @@ -76,7 +76,6 @@ org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller @@ -85,17 +84,14 @@ org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/samples/northbound/loadbalancer/pom.xml b/opendaylight/samples/northbound/loadbalancer/pom.xml index 3b054b6339..024035663c 100644 --- a/opendaylight/samples/northbound/loadbalancer/pom.xml +++ b/opendaylight/samples/northbound/loadbalancer/pom.xml @@ -75,32 +75,26 @@ org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller samples.loadbalancer - ${samples.loadbalancer} org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller commons.northbound - 0.4.1-SNAPSHOT org.codehaus.enunciate enunciate-core-annotations - ${enunciate.version} diff --git a/opendaylight/samples/simpleforwarding/pom.xml b/opendaylight/samples/simpleforwarding/pom.xml index a4bb76d5ab..4492cad88a 100644 --- a/opendaylight/samples/simpleforwarding/pom.xml +++ b/opendaylight/samples/simpleforwarding/pom.xml @@ -63,17 +63,14 @@ org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller hosttracker - 0.5.1-SNAPSHOT org.opendaylight.controller @@ -86,7 +83,6 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT diff --git a/opendaylight/security/pom.xml b/opendaylight/security/pom.xml index ef45e76833..41f3149a20 100644 --- a/opendaylight/security/pom.xml +++ b/opendaylight/security/pom.xml @@ -53,12 +53,10 @@ org.opendaylight.controller usermanager - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT orbit diff --git a/opendaylight/statisticsmanager/api/pom.xml b/opendaylight/statisticsmanager/api/pom.xml index 3a1367901b..b1603d712b 100644 --- a/opendaylight/statisticsmanager/api/pom.xml +++ b/opendaylight/statisticsmanager/api/pom.xml @@ -47,22 +47,18 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT diff --git a/opendaylight/statisticsmanager/implementation/pom.xml b/opendaylight/statisticsmanager/implementation/pom.xml index c69e752549..bc7d458c46 100644 --- a/opendaylight/statisticsmanager/implementation/pom.xml +++ b/opendaylight/statisticsmanager/implementation/pom.xml @@ -95,32 +95,26 @@ org.opendaylight.controller statisticsmanager - 0.5.0-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller connectionmanager - 0.1.1-SNAPSHOT junit diff --git a/opendaylight/statisticsmanager/integrationtest/pom.xml b/opendaylight/statisticsmanager/integrationtest/pom.xml index 026811f75b..a1bd6aa300 100644 --- a/opendaylight/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/statisticsmanager/integrationtest/pom.xml @@ -20,103 +20,83 @@ org.opendaylight.controller protocol_plugins.stub - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller containermanager.it.implementation - 0.5.1-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.stub - 0.4.1-SNAPSHOT org.opendaylight.controller statisticsmanager - 0.5.0-SNAPSHOT org.opendaylight.controller statisticsmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller switchmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller switchmanager - 0.7.0-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller configuration.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller connectionmanager - 0.1.1-SNAPSHOT org.opendaylight.controller connectionmanager.implementation - 0.1.1-SNAPSHOT org.opendaylight.controller sal.connection - 0.1.1-SNAPSHOT org.opendaylight.controller sal.connection.implementation - 0.1.1-SNAPSHOT junit diff --git a/opendaylight/switchmanager/api/pom.xml b/opendaylight/switchmanager/api/pom.xml index a4e96dd6a0..010aaa5d41 100644 --- a/opendaylight/switchmanager/api/pom.xml +++ b/opendaylight/switchmanager/api/pom.xml @@ -92,17 +92,14 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/switchmanager/implementation/pom.xml b/opendaylight/switchmanager/implementation/pom.xml index 93c076dcba..01a73af18c 100644 --- a/opendaylight/switchmanager/implementation/pom.xml +++ b/opendaylight/switchmanager/implementation/pom.xml @@ -97,27 +97,22 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller switchmanager - 0.7.0-SNAPSHOT org.opendaylight.controller statisticsmanager - 0.5.0-SNAPSHOT junit diff --git a/opendaylight/switchmanager/integrationtest/pom.xml b/opendaylight/switchmanager/integrationtest/pom.xml index 24788771bf..2fa9c26a90 100644 --- a/opendaylight/switchmanager/integrationtest/pom.xml +++ b/opendaylight/switchmanager/integrationtest/pom.xml @@ -21,57 +21,46 @@ org.opendaylight.controller switchmanager - 0.7.0-SNAPSHOT org.opendaylight.controller switchmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller containermanager.it.implementation - 0.5.1-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.stub - 0.4.1-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller configuration.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller protocol_plugins.stub - 0.4.1-SNAPSHOT junit diff --git a/opendaylight/topologymanager/implementation/pom.xml b/opendaylight/topologymanager/implementation/pom.xml index 10b1a7243b..98b686c7ba 100644 --- a/opendaylight/topologymanager/implementation/pom.xml +++ b/opendaylight/topologymanager/implementation/pom.xml @@ -61,17 +61,14 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/topologymanager/integrationtest/pom.xml b/opendaylight/topologymanager/integrationtest/pom.xml index 93e8dcc89f..83050ead39 100644 --- a/opendaylight/topologymanager/integrationtest/pom.xml +++ b/opendaylight/topologymanager/integrationtest/pom.xml @@ -21,88 +21,71 @@ org.ops4j.pax.exam pax-exam-container-native - ${exam.version} test org.opendaylight.controller protocol_plugins.stub - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller sal.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller containermanager.it.implementation - 0.5.1-SNAPSHOT org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller clustering.stub - 0.4.1-SNAPSHOT org.opendaylight.controller statisticsmanager - 0.5.0-SNAPSHOT org.opendaylight.controller statisticsmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller switchmanager.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller switchmanager - - + org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller configuration.implementation - 0.4.1-SNAPSHOT org.opendaylight.controller hosttracker - ${hosttracker.version} org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT diff --git a/opendaylight/usermanager/api/pom.xml b/opendaylight/usermanager/api/pom.xml index f7064a3c6d..3b518cc5bc 100644 --- a/opendaylight/usermanager/api/pom.xml +++ b/opendaylight/usermanager/api/pom.xml @@ -52,14 +52,8 @@ org.opendaylight.controller.usermanager, - - ${project.basedir}/META-INF @@ -71,22 +65,18 @@ org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT junit diff --git a/opendaylight/usermanager/implementation/pom.xml b/opendaylight/usermanager/implementation/pom.xml index dbf71fec68..84ca46a21b 100644 --- a/opendaylight/usermanager/implementation/pom.xml +++ b/opendaylight/usermanager/implementation/pom.xml @@ -69,27 +69,22 @@ org.opendaylight.controller usermanager - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.springframework.security diff --git a/opendaylight/web/devices/pom.xml b/opendaylight/web/devices/pom.xml index 82abfbadb0..b0aef90699 100644 --- a/opendaylight/web/devices/pom.xml +++ b/opendaylight/web/devices/pom.xml @@ -93,17 +93,14 @@ org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller connectionmanager - 0.1.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller @@ -112,19 +109,15 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller web - 0.4.1-SNAPSHOT org.opendaylight.controller forwarding.staticrouting - ${forwarding.staticrouting} - com.fasterxml.jackson.core jackson-databind diff --git a/opendaylight/web/flows/pom.xml b/opendaylight/web/flows/pom.xml index 5812c0e861..ed31de81ef 100644 --- a/opendaylight/web/flows/pom.xml +++ b/opendaylight/web/flows/pom.xml @@ -91,17 +91,14 @@ org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller usermanager - 0.4.1-SNAPSHOT org.opendaylight.controller @@ -110,12 +107,10 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller web - 0.4.1-SNAPSHOT diff --git a/opendaylight/web/root/pom.xml b/opendaylight/web/root/pom.xml index 1a801a2fe4..beee1df9d2 100644 --- a/opendaylight/web/root/pom.xml +++ b/opendaylight/web/root/pom.xml @@ -97,32 +97,26 @@ org.opendaylight.controller clustering.services - 0.5.0-SNAPSHOT org.opendaylight.controller connectionmanager - 0.1.1-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller usermanager - 0.4.1-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller diff --git a/opendaylight/web/topology/pom.xml b/opendaylight/web/topology/pom.xml index 358ea21ad9..6fc98d9f06 100644 --- a/opendaylight/web/topology/pom.xml +++ b/opendaylight/web/topology/pom.xml @@ -95,12 +95,10 @@ org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller configuration - 0.4.1-SNAPSHOT org.opendaylight.controller @@ -109,17 +107,14 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller topologymanager - 0.4.1-SNAPSHOT org.opendaylight.controller web - 0.4.1-SNAPSHOT org.opendaylight.controller.thirdparty diff --git a/opendaylight/web/troubleshoot/pom.xml b/opendaylight/web/troubleshoot/pom.xml index 033cc6d9e9..69a8b9983e 100644 --- a/opendaylight/web/troubleshoot/pom.xml +++ b/opendaylight/web/troubleshoot/pom.xml @@ -93,12 +93,10 @@ org.opendaylight.controller forwardingrulesmanager - 0.5.0-SNAPSHOT org.opendaylight.controller containermanager - 0.5.1-SNAPSHOT org.opendaylight.controller @@ -107,19 +105,15 @@ org.opendaylight.controller sal - 0.7.0-SNAPSHOT org.opendaylight.controller statisticsmanager - 0.5.0-SNAPSHOT org.opendaylight.controller web - 0.4.1-SNAPSHOT - com.fasterxml.jackson.core jackson-databind -- 2.36.6