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=d12f867ac5663b7637ecff59110dfbb0303798ec;hp=4419d19f527c9c096718496041dee08933275106;hb=b5b204bafd8ee18692fc023cb2eae6e123369340;hpb=30faeb35260541c273a81b8f126b40da94daa825 diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 4419d19f52..d12f867ac5 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 @@ -84,6 +123,11 @@ junit test + + org.mockito + mockito-all + test + org.slf4j slf4j-simple @@ -119,12 +163,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 @@ -160,12 +207,58 @@ 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.* + * + + + + +