From 98a3e5e5c873ee9476bd7ba6e05b18724a6cb29a Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 26 May 2020 19:33:01 +0200 Subject: [PATCH] Remove commented-out dependencies Dependencies on controller artifacts are commented out, remove them to prevent them from coming back. Change-Id: Ibbfecf1ae7f185be650eba78541b36d9786ef827 Signed-off-by: Robert Varga --- cloudscaler/api/pom.xml | 4 ---- cloudscaler/impl/pom.xml | 4 ---- commons/testutils/pom.xml | 11 ----------- itm/itm-impl/pom.xml | 4 ---- mdsalutil/mdsalutil-api/pom.xml | 15 --------------- mdsalutil/mdsalutil-impl/pom.xml | 15 --------------- mdsalutil/mdsalutil-testutils/pom.xml | 11 ----------- 7 files changed, 64 deletions(-) diff --git a/cloudscaler/api/pom.xml b/cloudscaler/api/pom.xml index c1436b27c..811434240 100644 --- a/cloudscaler/api/pom.xml +++ b/cloudscaler/api/pom.xml @@ -50,10 +50,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.openflowplugin.model model-flow-service - commons-net commons-net diff --git a/cloudscaler/impl/pom.xml b/cloudscaler/impl/pom.xml index 881bcb473..06a774630 100644 --- a/cloudscaler/impl/pom.xml +++ b/cloudscaler/impl/pom.xml @@ -114,10 +114,6 @@ ${project.version} test - org.opendaylight.mdsal mdsal-binding-test-utils diff --git a/commons/testutils/pom.xml b/commons/testutils/pom.xml index e12c57955..8f1219ff5 100644 --- a/commons/testutils/pom.xml +++ b/commons/testutils/pom.xml @@ -67,17 +67,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mdsal-binding-test-utils compile - org.opendaylight.genius mdsalutil-api diff --git a/itm/itm-impl/pom.xml b/itm/itm-impl/pom.xml index fff489dfa..7aea1a880 100644 --- a/itm/itm-impl/pom.xml +++ b/itm/itm-impl/pom.xml @@ -56,10 +56,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html blueprint-maven-plugin-annotation true - org.opendaylight.mdsal.binding.model.ietf rfc7223 diff --git a/mdsalutil/mdsalutil-api/pom.xml b/mdsalutil/mdsalutil-api/pom.xml index 6d249e19e..517173d44 100644 --- a/mdsalutil/mdsalutil-api/pom.xml +++ b/mdsalutil/mdsalutil-api/pom.xml @@ -42,10 +42,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.openflowplugin.libraries liblldp - org.opendaylight.mdsal mdsal-eos-binding-api @@ -167,17 +163,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html com.google.guava guava-testlib - org.opendaylight.mdsal mdsal-binding-test-utils diff --git a/mdsalutil/mdsalutil-impl/pom.xml b/mdsalutil/mdsalutil-impl/pom.xml index 0c4a55acb..240130c5d 100644 --- a/mdsalutil/mdsalutil-impl/pom.xml +++ b/mdsalutil/mdsalutil-impl/pom.xml @@ -26,10 +26,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ODL :: genius :: ${project.artifactId} - org.opendaylight.openflowplugin.model model-flow-base @@ -88,17 +84,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.infrautils infrautils-testutils - org.opendaylight.mdsal mdsal-binding-test-utils diff --git a/mdsalutil/mdsalutil-testutils/pom.xml b/mdsalutil/mdsalutil-testutils/pom.xml index 68ec25083..98d9e1f88 100644 --- a/mdsalutil/mdsalutil-testutils/pom.xml +++ b/mdsalutil/mdsalutil-testutils/pom.xml @@ -70,17 +70,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html mockito-core compile - org.opendaylight.mdsal mdsal-binding-test-utils -- 2.36.6