X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Feos-dom-akka%2Fpom.xml;h=0eeed2cee96c4a9a25378d594d5a766c0e85689f;hp=7eda688b5fbf224042f1fb019edff4a8b6cd92b2;hb=HEAD;hpb=fd7bc3ff484b7b0bd72d425d59883f710e397c3f diff --git a/opendaylight/md-sal/eos-dom-akka/pom.xml b/opendaylight/md-sal/eos-dom-akka/pom.xml index 7eda688b5f..dce797ca4f 100644 --- a/opendaylight/md-sal/eos-dom-akka/pom.xml +++ b/opendaylight/md-sal/eos-dom-akka/pom.xml @@ -14,8 +14,8 @@ org.opendaylight.controller mdsal-parent - 4.0.2-SNAPSHOT - ../bundle-parent + 9.0.3-SNAPSHOT + ../parent eos-dom-akka @@ -23,12 +23,13 @@ - com.google.guava - guava + com.github.spotbugs + spotbugs-annotations + true - com.typesafe - config + com.google.guava + guava org.opendaylight.controller @@ -50,6 +51,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 +81,8 @@ true - javax.annotation - javax.annotation-api + jakarta.annotation + jakarta.annotation-api provided true @@ -82,6 +91,10 @@ scala-library + + com.typesafe.akka + akka-testkit_2.13 + com.typesafe.akka akka-actor-testkit-typed_2.13 @@ -90,5 +103,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-api + test + + + org.opendaylight.mdsal + mdsal-singleton-impl + test + + + + org.opendaylight.mdsal.model + ietf-topology + test + +