From 5eb38ae9c4bb54bd64d7b17eeea34c7a276062dc Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 23 Jun 2021 22:46:19 +0200 Subject: [PATCH] Cleanup dependencies We have superfluous dependencies in a number of non-production artifacts. Clean them up to better bracket our intent. Change-Id: I30968cd763bd8c727eccdf33299c6f3fb93b0570 Signed-off-by: Robert Varga --- benchmark/ntfbenchmark/pom.xml | 8 -------- benchmark/rpcbenchmark/pom.xml | 4 ---- .../md-sal/samples/clustering-test-app/model/pom.xml | 2 +- .../md-sal/samples/clustering-test-app/provider/pom.xml | 4 ---- opendaylight/md-sal/samples/toaster-consumer/pom.xml | 8 ++------ opendaylight/md-sal/samples/toaster-provider/pom.xml | 4 ---- 6 files changed, 3 insertions(+), 27 deletions(-) diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index eb2809f560..2f21a87358 100644 --- a/benchmark/ntfbenchmark/pom.xml +++ b/benchmark/ntfbenchmark/pom.xml @@ -28,13 +28,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-binding-api - - org.opendaylight.mdsal - mdsal-dom-api - - - org.opendaylight.yangtools - yang-data-impl - diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index 0e5c23b8f4..201a750c11 100644 --- a/benchmark/rpcbenchmark/pom.xml +++ b/benchmark/rpcbenchmark/pom.xml @@ -24,10 +24,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller benchmark-api - - org.opendaylight.yangtools - yang-data-impl - org.opendaylight.mdsal mdsal-binding-api diff --git a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml index e7395df627..f9ccc3d202 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/model/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.mdsal.binding.model.ietf - rfc6991 + rfc6991-ietf-inet-types org.opendaylight.mdsal.model diff --git a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml index a2dbd33502..30e157b230 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/provider/pom.xml @@ -33,10 +33,6 @@ org.opendaylight.mdsal mdsal-common-api - - org.opendaylight.controller - sal-common-util - org.opendaylight.controller sal-distributed-datastore diff --git a/opendaylight/md-sal/samples/toaster-consumer/pom.xml b/opendaylight/md-sal/samples/toaster-consumer/pom.xml index c0fa205b0c..70cd8bc867 100644 --- a/opendaylight/md-sal/samples/toaster-consumer/pom.xml +++ b/opendaylight/md-sal/samples/toaster-consumer/pom.xml @@ -14,7 +14,7 @@ - ${project.groupId} + org.opendaylight.controller.samples sample-toaster @@ -23,11 +23,7 @@ org.opendaylight.mdsal - mdsal-binding-api - - - org.osgi - osgi.core + yang-binding diff --git a/opendaylight/md-sal/samples/toaster-provider/pom.xml b/opendaylight/md-sal/samples/toaster-provider/pom.xml index af0fc2981d..b3232a176d 100644 --- a/opendaylight/md-sal/samples/toaster-provider/pom.xml +++ b/opendaylight/md-sal/samples/toaster-provider/pom.xml @@ -25,10 +25,6 @@ org.opendaylight.controller sal-common-util - - org.osgi - osgi.core - -- 2.36.6