X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fpom.xml;h=1e58976b29c35aaf85fbb0acf8e9185e42f4d02c;hp=159c9131dfdee48d3e9d972ea2c36d8ad7b62916;hb=50a2f5eb1c94650bc1be1e49d3a5382a1a74a9b3;hpb=c338a000adbec79530b3e8bb02458ca10d4e7271 diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 159c9131df..1e58976b29 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.2.0-SNAPSHOT + 1.4.0-SNAPSHOT sal-distributed-datastore bundle @@ -47,7 +47,7 @@ com.typesafe.akka - akka-persistence-experimental_${scala.version} + akka-persistence_${scala.version} com.typesafe.akka @@ -60,6 +60,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test @@ -85,6 +86,10 @@ + + net.java.dev.stax-utils + stax-utils + org.opendaylight.controller config-api @@ -93,6 +98,15 @@ org.opendaylight.controller sal-akka-raft + + org.opendaylight.controller + cds-access-api + + + org.opendaylight.controller + sal-akka-raft-example + test + org.opendaylight.controller sal-akka-raft @@ -121,9 +135,13 @@ org.opendaylight.controller - sal-broker-impl + sal-dom-broker-config + + org.opendaylight.mdsal + mdsal-dom-api + org.opendaylight.controller sal-core-spi @@ -138,7 +156,7 @@ concepts - org.opendaylight.yangtools + org.opendaylight.mdsal yang-binding @@ -169,9 +187,21 @@ ${project.groupId}.${project.artifactId} - - - !*snappy;!org.jboss.*;!com.jcraft.*;!*jetty*;!sun.security.*;* + + org.opendaylight.controller.cluster.datastore; + org.opendaylight.controller.cluster.datastore.config; + org.opendaylight.controller.cluster.datastore.messages; + org.opendaylight.controller.cluster.datastore.utils; + + + !*snappy; + !org.jboss.*; + !com.jcraft.*; + !*jetty*; + !sun.security.*; + *; + org.opendaylight.controller.md.sal.dom.broker.impl.jmx +