From a1ab39a2d59d8191593e022605cdc063a1b07320 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 20 Jul 2021 13:58:48 +0200 Subject: [PATCH] Clean up unused dependencies odlparent's infrastructure is reporting a number of unused declared dependencies, clean them up. Change-Id: Id00e8864e67b7ac36beed2a79184c19e88d0175f Signed-off-by: Robert Varga --- hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml | 14 +++++++++----- southbound/southbound-impl/pom.xml | 10 +++++++++- utils/hwvtepsouthbound-utils/pom.xml | 9 ++++++--- utils/southbound-utils/pom.xml | 2 +- utils/yang-utils/pom.xml | 4 ---- 5 files changed, 25 insertions(+), 14 deletions(-) diff --git a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml index 57ee01dd7..ad4428ea7 100644 --- a/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml +++ b/hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml @@ -30,13 +30,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.osgi osgi.core + + org.opendaylight.yangtools + yang-data-util + + + org.opendaylight.yangtools + yang-data-impl + org.opendaylight.mdsal mdsal-dom-api org.opendaylight.mdsal - mdsal-binding-dom-codec + mdsal-binding-dom-codec-api org.opendaylight.mdsal @@ -82,10 +90,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.serviceutils upgrade - - org.opendaylight.mdsal - mdsal-binding-spi - org.apache.karaf.shell org.apache.karaf.shell.core diff --git a/southbound/southbound-impl/pom.xml b/southbound/southbound-impl/pom.xml index 1ee7ebf59..7b68dd513 100644 --- a/southbound/southbound-impl/pom.xml +++ b/southbound/southbound-impl/pom.xml @@ -29,6 +29,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html + + org.opendaylight.yangtools + yang-data-util + + + org.opendaylight.yangtools + yang-data-impl + org.opendaylight.mdsal mdsal-binding-api @@ -39,7 +47,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal - mdsal-binding-dom-codec + mdsal-binding-dom-codec-api org.opendaylight.mdsal diff --git a/utils/hwvtepsouthbound-utils/pom.xml b/utils/hwvtepsouthbound-utils/pom.xml index c6025dd4d..8297917a9 100644 --- a/utils/hwvtepsouthbound-utils/pom.xml +++ b/utils/hwvtepsouthbound-utils/pom.xml @@ -36,9 +36,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.version} - ${project.groupId} - utils.mdsal-utils - ${project.version} + org.opendaylight.mdsal.binding.model.ietf + rfc6991-ietf-inet-types + + + org.opendaylight.mdsal.model + ietf-topology diff --git a/utils/southbound-utils/pom.xml b/utils/southbound-utils/pom.xml index 8befdb30d..fecf5560d 100644 --- a/utils/southbound-utils/pom.xml +++ b/utils/southbound-utils/pom.xml @@ -42,7 +42,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal.binding.model.ietf - rfc6991 + rfc6991-ietf-inet-types org.opendaylight.mdsal.model diff --git a/utils/yang-utils/pom.xml b/utils/yang-utils/pom.xml index 707664e2f..5bf681e62 100644 --- a/utils/yang-utils/pom.xml +++ b/utils/yang-utils/pom.xml @@ -24,10 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ODL :: ovsdb :: ${project.artifactId} - - com.google.guava - guava - org.opendaylight.mdsal yang-binding -- 2.36.6