From a104ab1562db179590eaa5bd742d9e00073d4053 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 23 Feb 2023 19:20:37 +0100 Subject: [PATCH] Fixup sal-cluster-admin-impl dependencies The dependencies here are rather baroque, clean them up to the point of confusigng maven-dependency-plugin. Change-Id: Ifbc3e605217b0ece2ea7691d96eea28ec7bef3fe Signed-off-by: Robert Varga --- .../md-sal/sal-cluster-admin-impl/pom.xml | 104 ++++++++++-------- 1 file changed, 61 insertions(+), 43 deletions(-) diff --git a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml index 7c2461aafa..7d99cbb4ae 100644 --- a/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml +++ b/opendaylight/md-sal/sal-cluster-admin-impl/pom.xml @@ -13,90 +13,108 @@ - org.opendaylight.controller - sal-cluster-admin-api + com.google.guava + guava - - - org.slf4j - slf4j-simple - test + org.apache.commons + commons-lang3 + + + org.opendaylight.yangtools + concepts + + + org.opendaylight.yangtools + yang-common + + + org.opendaylight.mdsal + mdsal-binding-api + + + org.opendaylight.mdsal + mdsal-binding-dom-codec-api + + + org.opendaylight.mdsal + mdsal-dom-spi org.opendaylight.controller - sal-akka-raft - test-jar - test + eos-dom-akka org.opendaylight.controller - sal-distributed-datastore - test-jar - ${project.version} - test + cds-access-api - org.opendaylight.yangtools - yang-test-util + org.opendaylight.controller + repackaged-akka - org.opendaylight.controller.samples - clustering-it-model - test + org.opendaylight.controller + sal-akka-raft - commons-lang - commons-lang - test + org.opendaylight.controller + sal-cluster-admin-api - - - com.typesafe.akka - akka-testkit_2.13 + org.opendaylight.controller + sal-distributed-datastore + + + org.osgi + org.osgi.service.component.annotations - - org.scala-lang scala-library - - - org.opendaylight.controller - eos-dom-akka - + - org.opendaylight.mdsal - mdsal-binding-api + com.typesafe.akka + akka-testkit_2.13 org.opendaylight.controller sal-akka-raft + test-jar + test org.opendaylight.controller sal-distributed-datastore + test-jar + ${project.version} + test - org.opendaylight.mdsal - yang-binding + org.opendaylight.yangtools + yang-data-api + test org.opendaylight.yangtools - yang-common + yang-test-util - org.apache.commons - commons-lang3 + org.opendaylight.controller.samples + clustering-it-model + test - org.osgi - org.osgi.service.component.annotations + org.slf4j + slf4j-simple + test + + + commons-lang + commons-lang + test - -- 2.36.6