X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fpom.xml;h=54a1fe7a95d75ae31c84ed4dec696d886d2692d1;hb=152cf011779bd9b45c91d62697132fef36d3ac63;hp=504bb743ef0df283898b31ffc4ed68745521d61a;hpb=b835c56b49a8b11b850cdee7d109c72ea61032ab;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 504bb743ef..54a1fe7a95 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT sal-clustering-commons @@ -123,6 +123,11 @@ junit test + + org.mockito + mockito-all + test + org.slf4j slf4j-simple @@ -159,6 +164,14 @@ + + com.typesafe.akka + akka-osgi_${scala.version} + + + com.typesafe.akka + akka-actor_${scala.version} + com.google.guava guava @@ -194,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.* + * + + + + +