From b9275a7d6d29b52fbc6f5c6437e5aacfb122fa8c Mon Sep 17 00:00:00 2001 From: David Erickson Date: Sat, 18 May 2013 11:51:42 -0700 Subject: [PATCH] Remove superfluous groupId. The groupId is already specified in the parent element, and the additional declaration causes warnings in Eclipse. Change-Id: If6adaabc4407a4ea5100ba8af666b05c333dae8d Signed-off-by: David Erickson --- opendaylight/arphandler/pom.xml | 1 - opendaylight/clustering/integrationtest/pom.xml | 1 - opendaylight/clustering/services/pom.xml | 1 - opendaylight/clustering/services_implementation/pom.xml | 1 - opendaylight/clustering/stub/pom.xml | 1 - opendaylight/clustering/test/pom.xml | 1 - opendaylight/configuration/api/pom.xml | 1 - opendaylight/configuration/implementation/pom.xml | 1 - opendaylight/containermanager/api/pom.xml | 1 - opendaylight/containermanager/implementation/pom.xml | 1 - opendaylight/distribution/opendaylight/pom.xml | 1 - opendaylight/forwarding/staticrouting/pom.xml | 1 - opendaylight/forwardingrulesmanager/api/pom.xml | 1 - opendaylight/forwardingrulesmanager/implementation/pom.xml | 1 - opendaylight/forwardingrulesmanager/integrationtest/pom.xml | 1 - opendaylight/hosttracker/api/pom.xml | 1 - opendaylight/hosttracker/implementation/pom.xml | 1 - opendaylight/hosttracker/integrationtest/pom.xml | 1 - opendaylight/logging/bridge/pom.xml | 1 - opendaylight/northbound/commons/pom.xml | 1 - opendaylight/northbound/flowprogrammer/pom.xml | 1 - opendaylight/northbound/hosttracker/pom.xml | 1 - opendaylight/northbound/staticrouting/pom.xml | 1 - opendaylight/northbound/statistics/pom.xml | 3 +-- opendaylight/northbound/subnets/pom.xml | 1 - opendaylight/northbound/switchmanager/pom.xml | 1 - opendaylight/northbound/topology/pom.xml | 1 - opendaylight/protocol_plugins/openflow/pom.xml | 1 - opendaylight/protocol_plugins/stub/pom.xml | 1 - opendaylight/routing/dijkstra_implementation/pom.xml | 1 - opendaylight/sal/api/pom.xml | 1 - opendaylight/sal/implementation/pom.xml | 1 - opendaylight/samples/loadbalancer/pom.xml | 1 - opendaylight/samples/northbound/loadbalancer/pom.xml | 1 - opendaylight/samples/simpleforwarding/pom.xml | 1 - opendaylight/security/pom.xml | 1 - opendaylight/statisticsmanager/api/pom.xml | 1 - opendaylight/statisticsmanager/implementation/pom.xml | 1 - opendaylight/statisticsmanager/integrationtest/pom.xml | 1 - opendaylight/switchmanager/api/pom.xml | 1 - opendaylight/switchmanager/implementation/pom.xml | 1 - opendaylight/switchmanager/integrationtest/pom.xml | 1 - opendaylight/topologymanager/pom.xml | 1 - opendaylight/usermanager/pom.xml | 1 - opendaylight/web/devices/pom.xml | 1 - opendaylight/web/flows/pom.xml | 1 - opendaylight/web/root/pom.xml | 1 - opendaylight/web/topology/pom.xml | 1 - opendaylight/web/troubleshoot/pom.xml | 1 - 49 files changed, 1 insertion(+), 50 deletions(-) diff --git a/opendaylight/arphandler/pom.xml b/opendaylight/arphandler/pom.xml index 80d8598d45..6023904b75 100644 --- a/opendaylight/arphandler/pom.xml +++ b/opendaylight/arphandler/pom.xml @@ -9,7 +9,6 @@ ../commons/opendaylight - org.opendaylight.controller arphandler 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/clustering/integrationtest/pom.xml b/opendaylight/clustering/integrationtest/pom.xml index 24a59d2b7a..f94d205b52 100644 --- a/opendaylight/clustering/integrationtest/pom.xml +++ b/opendaylight/clustering/integrationtest/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller clustering.services.integrationtest 0.4.0-SNAPSHOT diff --git a/opendaylight/clustering/services/pom.xml b/opendaylight/clustering/services/pom.xml index a5e09fa59e..640e282122 100644 --- a/opendaylight/clustering/services/pom.xml +++ b/opendaylight/clustering/services/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller clustering.services 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/clustering/services_implementation/pom.xml b/opendaylight/clustering/services_implementation/pom.xml index ee2f65d2c8..d6a39364f2 100644 --- a/opendaylight/clustering/services_implementation/pom.xml +++ b/opendaylight/clustering/services_implementation/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller clustering.services-implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/clustering/stub/pom.xml b/opendaylight/clustering/stub/pom.xml index ab4ef5ad86..a0863cfe0f 100644 --- a/opendaylight/clustering/stub/pom.xml +++ b/opendaylight/clustering/stub/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller clustering.stub 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/clustering/test/pom.xml b/opendaylight/clustering/test/pom.xml index 7834a65e27..f6047de994 100644 --- a/opendaylight/clustering/test/pom.xml +++ b/opendaylight/clustering/test/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller clustering.test 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/configuration/api/pom.xml b/opendaylight/configuration/api/pom.xml index 3993b5e71f..051d90b318 100644 --- a/opendaylight/configuration/api/pom.xml +++ b/opendaylight/configuration/api/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller configuration 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/configuration/implementation/pom.xml b/opendaylight/configuration/implementation/pom.xml index 467e9ca1ed..5e5f5e2b2e 100644 --- a/opendaylight/configuration/implementation/pom.xml +++ b/opendaylight/configuration/implementation/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller configuration.implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/containermanager/api/pom.xml b/opendaylight/containermanager/api/pom.xml index 2b354752b3..f4f741d638 100644 --- a/opendaylight/containermanager/api/pom.xml +++ b/opendaylight/containermanager/api/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller containermanager 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/containermanager/implementation/pom.xml b/opendaylight/containermanager/implementation/pom.xml index 9e2f5662ef..4ff13a4530 100644 --- a/opendaylight/containermanager/implementation/pom.xml +++ b/opendaylight/containermanager/implementation/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller containermanager.implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 986f074fa3..51885febcb 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -26,7 +26,6 @@ - org.opendaylight.controller distribution.opendaylight 0.1.0-SNAPSHOT pom diff --git a/opendaylight/forwarding/staticrouting/pom.xml b/opendaylight/forwarding/staticrouting/pom.xml index 28f3e25d41..9ff4273812 100644 --- a/opendaylight/forwarding/staticrouting/pom.xml +++ b/opendaylight/forwarding/staticrouting/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller forwarding.staticrouting 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/forwardingrulesmanager/api/pom.xml b/opendaylight/forwardingrulesmanager/api/pom.xml index 382b11d4a3..ed3ec6094a 100644 --- a/opendaylight/forwardingrulesmanager/api/pom.xml +++ b/opendaylight/forwardingrulesmanager/api/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller forwardingrulesmanager 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/forwardingrulesmanager/implementation/pom.xml b/opendaylight/forwardingrulesmanager/implementation/pom.xml index d9faed36b9..1dd2c0580b 100644 --- a/opendaylight/forwardingrulesmanager/implementation/pom.xml +++ b/opendaylight/forwardingrulesmanager/implementation/pom.xml @@ -10,7 +10,6 @@ ../../commons/opendaylight - org.opendaylight.controller forwardingrulesmanager.implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml index 7967d6f969..31371da038 100644 --- a/opendaylight/forwardingrulesmanager/integrationtest/pom.xml +++ b/opendaylight/forwardingrulesmanager/integrationtest/pom.xml @@ -10,7 +10,6 @@ ../../commons/opendaylight - org.opendaylight.controller forwardingrulesmanager.integrationtest 0.4.0-SNAPSHOT diff --git a/opendaylight/hosttracker/api/pom.xml b/opendaylight/hosttracker/api/pom.xml index f60b386baf..ea895dad0c 100644 --- a/opendaylight/hosttracker/api/pom.xml +++ b/opendaylight/hosttracker/api/pom.xml @@ -8,7 +8,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller hosttracker 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/hosttracker/implementation/pom.xml b/opendaylight/hosttracker/implementation/pom.xml index e7788d999a..82082425ec 100644 --- a/opendaylight/hosttracker/implementation/pom.xml +++ b/opendaylight/hosttracker/implementation/pom.xml @@ -9,7 +9,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller hosttracker.implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/hosttracker/integrationtest/pom.xml b/opendaylight/hosttracker/integrationtest/pom.xml index d68189ad0f..e3aaad748a 100644 --- a/opendaylight/hosttracker/integrationtest/pom.xml +++ b/opendaylight/hosttracker/integrationtest/pom.xml @@ -9,7 +9,6 @@ ../../../opendaylight/commons/opendaylight - org.opendaylight.controller hosttracker.integrationtest 0.4.0-SNAPSHOT diff --git a/opendaylight/logging/bridge/pom.xml b/opendaylight/logging/bridge/pom.xml index ba0ace7e0e..1a65767753 100644 --- a/opendaylight/logging/bridge/pom.xml +++ b/opendaylight/logging/bridge/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller logging.bridge 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/northbound/commons/pom.xml b/opendaylight/northbound/commons/pom.xml index 3756e3d51d..6302392024 100644 --- a/opendaylight/northbound/commons/pom.xml +++ b/opendaylight/northbound/commons/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller commons.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/northbound/flowprogrammer/pom.xml b/opendaylight/northbound/flowprogrammer/pom.xml index e28454ffc1..b360b39347 100644 --- a/opendaylight/northbound/flowprogrammer/pom.xml +++ b/opendaylight/northbound/flowprogrammer/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller flowprogrammer.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/northbound/hosttracker/pom.xml b/opendaylight/northbound/hosttracker/pom.xml index 374b98418f..9b7647be2c 100644 --- a/opendaylight/northbound/hosttracker/pom.xml +++ b/opendaylight/northbound/hosttracker/pom.xml @@ -7,7 +7,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller hosttracker.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/northbound/staticrouting/pom.xml b/opendaylight/northbound/staticrouting/pom.xml index 3e76e0637f..319de7ea54 100644 --- a/opendaylight/northbound/staticrouting/pom.xml +++ b/opendaylight/northbound/staticrouting/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller forwarding.staticrouting.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/northbound/statistics/pom.xml b/opendaylight/northbound/statistics/pom.xml index 326c9324fb..1f7f0ea73e 100644 --- a/opendaylight/northbound/statistics/pom.xml +++ b/opendaylight/northbound/statistics/pom.xml @@ -7,8 +7,7 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - - org.opendaylight.controller + statistics.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/northbound/subnets/pom.xml b/opendaylight/northbound/subnets/pom.xml index 3abb1be9c6..196bf141fa 100644 --- a/opendaylight/northbound/subnets/pom.xml +++ b/opendaylight/northbound/subnets/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller subnets.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/northbound/switchmanager/pom.xml b/opendaylight/northbound/switchmanager/pom.xml index 7a97e176d5..20893d0280 100644 --- a/opendaylight/northbound/switchmanager/pom.xml +++ b/opendaylight/northbound/switchmanager/pom.xml @@ -7,7 +7,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller switchmanager.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/northbound/topology/pom.xml b/opendaylight/northbound/topology/pom.xml index b8eebe4a0f..9718fe2ce7 100644 --- a/opendaylight/northbound/topology/pom.xml +++ b/opendaylight/northbound/topology/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller topology.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/protocol_plugins/openflow/pom.xml b/opendaylight/protocol_plugins/openflow/pom.xml index 23c0d9d90e..c95520c7ce 100644 --- a/opendaylight/protocol_plugins/openflow/pom.xml +++ b/opendaylight/protocol_plugins/openflow/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller protocol_plugins.openflow 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/protocol_plugins/stub/pom.xml b/opendaylight/protocol_plugins/stub/pom.xml index c257099825..a93965b482 100644 --- a/opendaylight/protocol_plugins/stub/pom.xml +++ b/opendaylight/protocol_plugins/stub/pom.xml @@ -8,7 +8,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller protocol_plugins.stub 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/routing/dijkstra_implementation/pom.xml b/opendaylight/routing/dijkstra_implementation/pom.xml index 06a684f265..2aa0560937 100644 --- a/opendaylight/routing/dijkstra_implementation/pom.xml +++ b/opendaylight/routing/dijkstra_implementation/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller routing.dijkstra_implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/sal/api/pom.xml b/opendaylight/sal/api/pom.xml index e49ae8dbfd..4803418e14 100644 --- a/opendaylight/sal/api/pom.xml +++ b/opendaylight/sal/api/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller sal 0.5.0-SNAPSHOT bundle diff --git a/opendaylight/sal/implementation/pom.xml b/opendaylight/sal/implementation/pom.xml index 57ccc4a9d7..9a05efe8e8 100644 --- a/opendaylight/sal/implementation/pom.xml +++ b/opendaylight/sal/implementation/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller sal.implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/samples/loadbalancer/pom.xml b/opendaylight/samples/loadbalancer/pom.xml index a7583c8ab3..06b9f597b3 100644 --- a/opendaylight/samples/loadbalancer/pom.xml +++ b/opendaylight/samples/loadbalancer/pom.xml @@ -9,7 +9,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller samples.loadbalancer 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/samples/northbound/loadbalancer/pom.xml b/opendaylight/samples/northbound/loadbalancer/pom.xml index 94a6ae16c2..d692c4e831 100644 --- a/opendaylight/samples/northbound/loadbalancer/pom.xml +++ b/opendaylight/samples/northbound/loadbalancer/pom.xml @@ -7,7 +7,6 @@ 1.4.0-SNAPSHOT ../../../commons/opendaylight - org.opendaylight.controller samples.loadbalancer.northbound 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/samples/simpleforwarding/pom.xml b/opendaylight/samples/simpleforwarding/pom.xml index 342d8df8c4..76b6e4565d 100644 --- a/opendaylight/samples/simpleforwarding/pom.xml +++ b/opendaylight/samples/simpleforwarding/pom.xml @@ -8,7 +8,6 @@ ../../commons/opendaylight - org.opendaylight.controller samples.simpleforwarding 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/security/pom.xml b/opendaylight/security/pom.xml index 2991afc1a4..8eb3cc1166 100644 --- a/opendaylight/security/pom.xml +++ b/opendaylight/security/pom.xml @@ -10,7 +10,6 @@ ../commons/opendaylight - org.opendaylight.controller security 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/statisticsmanager/api/pom.xml b/opendaylight/statisticsmanager/api/pom.xml index 5c5b71dfb0..e4ae95b3fc 100644 --- a/opendaylight/statisticsmanager/api/pom.xml +++ b/opendaylight/statisticsmanager/api/pom.xml @@ -8,7 +8,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller statisticsmanager 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/statisticsmanager/implementation/pom.xml b/opendaylight/statisticsmanager/implementation/pom.xml index fdc2efa5c2..1786d003cd 100644 --- a/opendaylight/statisticsmanager/implementation/pom.xml +++ b/opendaylight/statisticsmanager/implementation/pom.xml @@ -8,7 +8,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller statisticsmanager.implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/statisticsmanager/integrationtest/pom.xml b/opendaylight/statisticsmanager/integrationtest/pom.xml index 69c686c708..aaf8a6fdbd 100644 --- a/opendaylight/statisticsmanager/integrationtest/pom.xml +++ b/opendaylight/statisticsmanager/integrationtest/pom.xml @@ -9,7 +9,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller statisticsmanager.integrationtest 0.4.0-SNAPSHOT diff --git a/opendaylight/switchmanager/api/pom.xml b/opendaylight/switchmanager/api/pom.xml index dbf3cf2024..91f91f92a4 100644 --- a/opendaylight/switchmanager/api/pom.xml +++ b/opendaylight/switchmanager/api/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller switchmanager 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/switchmanager/implementation/pom.xml b/opendaylight/switchmanager/implementation/pom.xml index 3477abf2c4..55d3a3286d 100644 --- a/opendaylight/switchmanager/implementation/pom.xml +++ b/opendaylight/switchmanager/implementation/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller switchmanager.implementation 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/switchmanager/integrationtest/pom.xml b/opendaylight/switchmanager/integrationtest/pom.xml index bdf00f4e0a..755d0862e8 100644 --- a/opendaylight/switchmanager/integrationtest/pom.xml +++ b/opendaylight/switchmanager/integrationtest/pom.xml @@ -9,7 +9,6 @@ ../../../opendaylight/commons/opendaylight - org.opendaylight.controller switchmanager.integrationtest 0.4.0-SNAPSHOT diff --git a/opendaylight/topologymanager/pom.xml b/opendaylight/topologymanager/pom.xml index 29a060f477..9a938f11a6 100755 --- a/opendaylight/topologymanager/pom.xml +++ b/opendaylight/topologymanager/pom.xml @@ -9,7 +9,6 @@ ../commons/opendaylight - org.opendaylight.controller topologymanager 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/usermanager/pom.xml b/opendaylight/usermanager/pom.xml index eea85e25ea..7155164838 100644 --- a/opendaylight/usermanager/pom.xml +++ b/opendaylight/usermanager/pom.xml @@ -10,7 +10,6 @@ ../commons/opendaylight - org.opendaylight.controller usermanager 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/web/devices/pom.xml b/opendaylight/web/devices/pom.xml index 12cd17c6c3..7bd88ab8c5 100644 --- a/opendaylight/web/devices/pom.xml +++ b/opendaylight/web/devices/pom.xml @@ -8,7 +8,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller devices.web 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/web/flows/pom.xml b/opendaylight/web/flows/pom.xml index 5333a7e643..21fa22c806 100644 --- a/opendaylight/web/flows/pom.xml +++ b/opendaylight/web/flows/pom.xml @@ -8,7 +8,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller flows.web 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/web/root/pom.xml b/opendaylight/web/root/pom.xml index d30a6ac4c1..e35e96065c 100644 --- a/opendaylight/web/root/pom.xml +++ b/opendaylight/web/root/pom.xml @@ -9,7 +9,6 @@ ../../commons/opendaylight - org.opendaylight.controller web 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/web/topology/pom.xml b/opendaylight/web/topology/pom.xml index b260e2d1f8..920f680706 100644 --- a/opendaylight/web/topology/pom.xml +++ b/opendaylight/web/topology/pom.xml @@ -8,7 +8,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller topology.web 0.4.0-SNAPSHOT bundle diff --git a/opendaylight/web/troubleshoot/pom.xml b/opendaylight/web/troubleshoot/pom.xml index 52958e116e..0b7b794cbb 100644 --- a/opendaylight/web/troubleshoot/pom.xml +++ b/opendaylight/web/troubleshoot/pom.xml @@ -8,7 +8,6 @@ 1.4.0-SNAPSHOT ../../commons/opendaylight - org.opendaylight.controller troubleshoot.web 0.4.0-SNAPSHOT bundle -- 2.36.6