From 13fdb5a0aaf8a5e3b5c90c1031cebdeca9e40597 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 31 May 2020 13:23:36 +0200 Subject: [PATCH] Remove commented-out controller deependencies These are just throwing people off, they should never have been here. JIRA: NETVIRT-1630 Change-Id: If53117d04046dab0ef218188083a9a1ee30356aa Signed-off-by: Robert Varga --- aclservice/impl/pom.xml | 14 -------------- bgpmanager/impl/pom.xml | 11 ----------- cloud-servicechain/impl/pom.xml | 4 ---- dhcpservice/impl/pom.xml | 4 ---- elanmanager/api/pom.xml | 4 ---- elanmanager/impl/pom.xml | 10 ---------- features/odl-netvirt-impl/pom.xml | 7 ------- ipv6service/impl/pom.xml | 4 ---- neutronvpn/api/pom.xml | 4 ---- statemanager/impl/pom.xml | 4 ---- vpnmanager/impl/pom.xml | 20 +++++--------------- 11 files changed, 5 insertions(+), 81 deletions(-) diff --git a/aclservice/impl/pom.xml b/aclservice/impl/pom.xml index 1a2fa8211e..0e9fe27f0c 100644 --- a/aclservice/impl/pom.xml +++ b/aclservice/impl/pom.xml @@ -31,14 +31,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html aclservice-api ${project.version} - - org.opendaylight.mdsal mdsal-binding-dom-adapter @@ -132,12 +124,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html testutils test - org.opendaylight.mdsal mdsal-binding-dom-adapter diff --git a/bgpmanager/impl/pom.xml b/bgpmanager/impl/pom.xml index 5f7eef489f..3860347a61 100644 --- a/bgpmanager/impl/pom.xml +++ b/bgpmanager/impl/pom.xml @@ -66,17 +66,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html vpnmanager-api ${project.version} - org.opendaylight.mdsal mdsal-binding-test-utils diff --git a/cloud-servicechain/impl/pom.xml b/cloud-servicechain/impl/pom.xml index d0a7ca73c3..a7e3c4b151 100644 --- a/cloud-servicechain/impl/pom.xml +++ b/cloud-servicechain/impl/pom.xml @@ -30,10 +30,6 @@ provided true - org.opendaylight.mdsal mdsal-binding-dom-adapter diff --git a/dhcpservice/impl/pom.xml b/dhcpservice/impl/pom.xml index 4c07ee027b..4a36f20b6a 100644 --- a/dhcpservice/impl/pom.xml +++ b/dhcpservice/impl/pom.xml @@ -37,10 +37,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.apache.karaf.shell.console provided - org.opendaylight.mdsal mdsal-eos-binding-api diff --git a/elanmanager/api/pom.xml b/elanmanager/api/pom.xml index b2e27b5927..616ca1a11d 100644 --- a/elanmanager/api/pom.xml +++ b/elanmanager/api/pom.xml @@ -33,10 +33,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.binding.model.ietf rfc7223 - org.opendaylight.genius idmanager-api diff --git a/elanmanager/impl/pom.xml b/elanmanager/impl/pom.xml index efd94ce92a..eb5a616170 100644 --- a/elanmanager/impl/pom.xml +++ b/elanmanager/impl/pom.xml @@ -75,10 +75,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html neutronvpn-api ${project.version} - org.opendaylight.mdsal mdsal-binding-dom-adapter @@ -160,12 +156,6 @@ this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html ${genius.version} test - org.opendaylight.mdsal mdsal-binding-dom-adapter diff --git a/features/odl-netvirt-impl/pom.xml b/features/odl-netvirt-impl/pom.xml index d90d5d4d43..2eadadc0d0 100644 --- a/features/odl-netvirt-impl/pom.xml +++ b/features/odl-netvirt-impl/pom.xml @@ -23,13 +23,6 @@ 4.0.0 - org.opendaylight.genius odl-genius diff --git a/ipv6service/impl/pom.xml b/ipv6service/impl/pom.xml index 453e1f9f38..e1f69053db 100644 --- a/ipv6service/impl/pom.xml +++ b/ipv6service/impl/pom.xml @@ -28,10 +28,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html provided true - org.opendaylight.genius interfacemanager-api diff --git a/neutronvpn/api/pom.xml b/neutronvpn/api/pom.xml index cdd60e212c..ae98ea33c2 100644 --- a/neutronvpn/api/pom.xml +++ b/neutronvpn/api/pom.xml @@ -22,10 +22,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - org.opendaylight.genius mdsalutil-api diff --git a/statemanager/impl/pom.xml b/statemanager/impl/pom.xml index 6000af6365..0a0a4857ee 100644 --- a/statemanager/impl/pom.xml +++ b/statemanager/impl/pom.xml @@ -32,10 +32,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html provided true - ${project.groupId} bgpmanager-api diff --git a/vpnmanager/impl/pom.xml b/vpnmanager/impl/pom.xml index 87f07a7f71..69b158a580 100644 --- a/vpnmanager/impl/pom.xml +++ b/vpnmanager/impl/pom.xml @@ -22,15 +22,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html 4.0.0 - - - org.opendaylight.mdsal - mdsal-binding-test-utils - test - org.opendaylight.genius alivenessmonitor-api @@ -112,18 +103,17 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - org.opendaylight.mdsal mdsal-binding-dom-adapter test test-jar + + org.opendaylight.mdsal + mdsal-binding-test-utils + test + -- 2.36.6