X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fpom.xml;h=30408ab0584d5264dff589e96b910d720fb5ea44;hb=08e5137e67bac083608705b7a9a995acb599cec0;hp=87544ecc6285c27f69cb5289fd13a6602d2739ff;hpb=6100355605ee6f40356c6574bc1bea726887fe4a;p=controller.git diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 87544ecc62..30408ab058 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -4,21 +4,16 @@ org.opendaylight.controller mdsal-parent - 1.8.0-SNAPSHOT + 1.11.2 ../parent sal-distributed-datastore - 1.8.0-SNAPSHOT + 1.11.2 bundle - - org.mockito - mockito-core - test - org.slf4j slf4j-simple @@ -75,6 +70,13 @@ net.java.dev.stax-utils stax-utils + + + + com.bea.xml + jsr173-ri + + org.opendaylight.controller @@ -113,10 +115,6 @@ org.opendaylight.controller sal-binding-api - - org.opendaylight.controller - sal-binding-config - org.opendaylight.controller sal-clustering-commons @@ -131,7 +129,12 @@ org.opendaylight.controller - sal-dom-broker-config + sal-core-compat + + + org.opendaylight.controller + sal-akka-segmented-journal + test @@ -140,15 +143,15 @@ org.opendaylight.mdsal - mdsal-eos-dom-api + mdsal-dom-spi org.opendaylight.mdsal - mdsal-dom-spi + mdsal-dom-broker org.opendaylight.mdsal - mdsal-dom-broker + mdsal-binding-dom-codec org.opendaylight.controller @@ -180,7 +183,7 @@ yang-data-codec-xml - org.opendaylight.yangtools + tech.pantheon.triemap triemap @@ -191,7 +194,38 @@ org.apache.commons commons-text + + org.opendaylight.mdsal + mdsal-dom-inmemory-datastore + + + io.atomix + atomix-storage + 3.1.7 + test + + + io.atomix + atomix-utils + 3.1.7 + test + + + org.awaitility + awaitility + test + + + commons-io + commons-io + test + + + commons-lang + commons-lang + test + org.opendaylight.yangtools yang-test-util @@ -211,7 +245,9 @@ org.opendaylight.controller.cluster.datastore; org.opendaylight.controller.cluster.datastore.config; org.opendaylight.controller.cluster.datastore.exceptions; + org.opendaylight.controller.cluster.datastore.identifiers; org.opendaylight.controller.cluster.datastore.messages; + org.opendaylight.controller.cluster.datastore.modification; org.opendaylight.controller.cluster.datastore.persisted; org.opendaylight.controller.cluster.datastore.utils; org.opendaylight.controller.cluster.datastore.jmx.mbeans.shard; @@ -219,10 +255,6 @@ org.opendaylight.controller.cluster.sharding; org.opendaylight.controller.cluster.databroker.actors.dds; - - *; - org.opendaylight.controller.md.sal.dom.broker.impl.jmx -