X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Feos-dom-akka%2Fpom.xml;h=78e3240e6432a4a711b6ff5dd6c0fac9194892e5;hb=88a7f904602133bb803752848bb58c9b0a3e9792;hp=64cdc00f6f16e2686d4d81d55ec4ae6aec0cd8ad;hpb=1def87ee24e57b97bce49a61fbff03f13b7caf46;p=controller.git diff --git a/opendaylight/md-sal/eos-dom-akka/pom.xml b/opendaylight/md-sal/eos-dom-akka/pom.xml index 64cdc00f6f..78e3240e64 100644 --- a/opendaylight/md-sal/eos-dom-akka/pom.xml +++ b/opendaylight/md-sal/eos-dom-akka/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.controller mdsal-parent - 4.0.4-SNAPSHOT + 7.0.5-SNAPSHOT ../parent @@ -26,10 +26,6 @@ com.google.guava guava - - com.typesafe - config - org.opendaylight.controller repackaged-akka @@ -50,6 +46,14 @@ org.opendaylight.mdsal mdsal-binding-api + + org.opendaylight.mdsal + mdsal-binding-dom-codec-api + + + org.opendaylight.mdsal.model + general-entity + org.opendaylight.yangtools concepts @@ -72,8 +76,8 @@ true - javax.annotation - javax.annotation-api + jakarta.annotation + jakarta.annotation-api provided true @@ -82,6 +86,10 @@ scala-library + + com.typesafe.akka + akka-testkit_2.13 + com.typesafe.akka akka-actor-testkit-typed_2.13 @@ -90,5 +98,48 @@ org.awaitility awaitility + + + com.typesafe + config + test + + + org.opendaylight.mdsal + mdsal-binding-dom-codec + test + + + org.opendaylight.mdsal + mdsal-binding-generator + test + + + org.opendaylight.mdsal + mdsal-binding-runtime-api + test + + + org.opendaylight.mdsal + mdsal-binding-runtime-spi + test + + + org.opendaylight.mdsal + mdsal-singleton-common-api + test + + + org.opendaylight.mdsal + mdsal-singleton-dom-impl + test + + + + org.opendaylight.mdsal.model + ietf-topology + test + +