From d22df7c373b39ab39b1dc6c4a5aefed601c2f717 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 5 Oct 2021 18:27:44 +0200 Subject: [PATCH] Cleanup dependency We have some over-inclusion of dependencies on tools-api. Clean that up along with testutils and upgrade. Change-Id: I5fbfc167c9d47a3e33347f5d37079d0a13d32a59 Signed-off-by: Robert Varga --- tools/api/pom.xml | 18 +++++------------- tools/testutils/pom.xml | 7 +++---- upgrade/pom.xml | 4 +--- 3 files changed, 9 insertions(+), 20 deletions(-) diff --git a/tools/api/pom.xml b/tools/api/pom.xml index 854669a8..d1dcd6bc 100644 --- a/tools/api/pom.xml +++ b/tools/api/pom.xml @@ -28,11 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.yangtools - util - - - org.opendaylight.yangtools - yang-common + concepts org.opendaylight.mdsal @@ -40,15 +36,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal - mdsal-dom-api + mdsal-common-api - org.opendaylight.infrautils - metrics-api + org.opendaylight.mdsal + mdsal-binding-api org.opendaylight.infrautils - infrautils-util + metrics-api com.guicedee.services @@ -66,9 +62,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html value annotations - - org.opendaylight.mdsal - mdsal-binding-api - diff --git a/tools/testutils/pom.xml b/tools/testutils/pom.xml index 04e81d59..368fdecc 100644 --- a/tools/testutils/pom.xml +++ b/tools/testutils/pom.xml @@ -27,13 +27,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.serviceutils - tools-api + rpc-api ${project.version} - org.opendaylight.serviceutils - rpc-api - ${project.version} + org.opendaylight.mdsal + yang-binding org.opendaylight.yangtools diff --git a/upgrade/pom.xml b/upgrade/pom.xml index 513a8fee..b57fe7ff 100644 --- a/upgrade/pom.xml +++ b/upgrade/pom.xml @@ -36,13 +36,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal - mdsal-dom-api + mdsal-common-api org.opendaylight.mdsal mdsal-binding-api - 8.0.5 - compile -- 2.36.6