X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fpom.xml;h=b8980cd0bea46b22676ccec1cb38def91239d275;hp=6db4d3a094f43cb80c461418cfd56d54639dd5a2;hb=287b1d1ecec3264c192b1007019bfcadf6cb4311;hpb=6b9c0bb57b65343df31fd68d178821a22afd0fe2 diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 6db4d3a094..b8980cd0be 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -12,7 +12,46 @@ bundle - + + + + com.typesafe.akka + akka-actor_${scala.version} + + + + com.typesafe.akka + akka-cluster_${scala.version} + + + + com.typesafe.akka + akka-persistence-experimental_${scala.version} + + + + com.typesafe.akka + akka-remote_${scala.version} + + + + com.typesafe.akka + akka-testkit_${scala.version} + + + + + org.scala-lang + scala-library + + + + + com.typesafe.akka + akka-slf4j_${scala.version} + + + com.google.code.findbugs jsr305 @@ -64,6 +103,10 @@ org.opendaylight.yangtools yang-parser-impl + + org.opendaylight.controller + netconf-util + xmlunit @@ -80,6 +123,11 @@ junit test + + org.mockito + mockito-all + test + org.slf4j slf4j-simple @@ -115,11 +163,6 @@ yang-binding - - org.opendaylight.controller - sal-akka-raft - 1.1-SNAPSHOT - com.google.guava @@ -156,6 +199,46 @@ jsr305 2.0.1 + + com.codahale.metrics + metrics-core + + + com.codahale.metrics + metrics-graphite + + + + + org.jacoco + jacoco-maven-plugin + + + org.opendaylight.controller.* + + + org.opendaylight.controller.protobuff.* + + false + + + + pre-test + + prepare-agent + + + + post-test + + report + + test + + + + +