X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fpom.xml;h=f6d7dbab1a32255f2ee24171e410c1170974338d;hb=71ef4097b2cb06531766c053c3486745e3a5b6ee;hp=4419d19f527c9c096718496041dee08933275106;hpb=aa83d1e4b013eecde3c79b00cca538bd4763c2d4;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 4419d19f52..f6d7dbab1a 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -5,18 +5,56 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT sal-clustering-commons 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 - 2.0.1 com.google.guava @@ -72,7 +110,6 @@ xmlunit xmlunit - 1.5 junit @@ -84,10 +121,14 @@ junit test + + org.mockito + mockito-all + test + org.slf4j slf4j-simple - ${slf4j.version} test @@ -119,12 +160,15 @@ yang-binding + - org.opendaylight.controller - sal-akka-raft - 1.1-SNAPSHOT + com.typesafe.akka + akka-osgi_${scala.version} + + + com.typesafe.akka + akka-actor_${scala.version} - com.google.guava guava @@ -138,7 +182,6 @@ xmlunit xmlunit - 1.5 @@ -152,20 +195,64 @@ org.slf4j slf4j-simple - ${slf4j.version} test com.google.code.findbugs jsr305 - 2.0.1 - com.codahale.metrics metrics-core - 3.0.1 + + + 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 + + + + + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.controller.cluster.*,org.opendaylight.common.actor,org.opendaylight.common.reporting,org.opendaylight.controller.protobuff.*,org.opendaylight.controller.xml.* + * + + + + +