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=9c5129d6a4eb932f764a158530e304808dbb375d;hp=ea686d966ffa63b60e1cf3cb839db2f2eb034f1e;hb=d206d27042eef2185c875f85cf6eac61a1bd77c4;hpb=c2fd5f62f3b80a7e7b4b7e167349ede433e785d6 diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index ea686d966f..9c5129d6a4 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -40,6 +40,11 @@ akka-testkit_${scala.version} + + com.typesafe.akka + akka-slf4j_${scala.version} + + @@ -57,15 +62,20 @@ sal-binding-config - org.opendaylight.controller - sal-broker-impl + sal-inmemory-datastore + 1.1-SNAPSHOT @@ -113,6 +123,23 @@ scala-library + + org.opendaylight.controller + sal-clustering-commons + 1.1-SNAPSHOT + + + + org.opendaylight.controller + sal-akka-raft + 1.1-SNAPSHOT + + + + com.codahale.metrics + metrics-core + 3.0.1 + junit @@ -131,6 +158,7 @@ ${slf4j.version} test + @@ -145,6 +173,24 @@ ${project.groupId}.${project.artifactId} + !*snappy;!org.jboss.*;!com.jcraft.*;* + + sal-clustering-commons; + sal-akka-raft; + *metrics*; + !sal*; + !*config-api*; + !*testkit*; + akka*; + *leveldb*; + *config*; + *hawt*; + *protobuf*; + *netty*; + *uncommons*; + *scala*; + + true