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=35fa535da63b15d8ddd01be0f0ca9b91ea590918;hp=4419d19f527c9c096718496041dee08933275106;hb=37f0504d391efd8b7d61403759fcc22a6dd3a093;hpb=54916d10764a5234881040e9a68ae35d63b3dac9 diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 4419d19f52..35fa535da6 100644 --- a/opendaylight/md-sal/sal-clustering-commons/pom.xml +++ b/opendaylight/md-sal/sal-clustering-commons/pom.xml @@ -5,18 +5,85 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT sal-clustering-commons - bundle + + + junit + junit + test + + + xmlunit + xmlunit + + + + org.mockito + mockito-all + test + + + org.slf4j + slf4j-simple + test + + + + + commons-lang + commons-lang + + + + + com.typesafe.akka + akka-actor_${scala.version} + + + com.typesafe.akka + akka-cluster_${scala.version} + + + com.typesafe.akka + akka-osgi_${scala.version} + + + com.typesafe.akka + akka-persistence-experimental_${scala.version} + + + com.typesafe.akka + akka-remote_${scala.version} + + + com.typesafe.akka + akka-slf4j_${scala.version} + + + com.typesafe.akka + akka-testkit_${scala.version} + + + + + com.codahale.metrics + metrics-core + + + com.codahale.metrics + metrics-graphite + + + com.google.code.findbugs jsr305 - 2.0.1 com.google.guava @@ -27,9 +94,17 @@ protobuf-java 2.5.0 + + - commons-lang - commons-lang + org.scala-lang + scala-library + + + + + org.opendaylight.controller + netconf-util org.opendaylight.yangtools @@ -59,113 +134,54 @@ org.opendaylight.yangtools yang-model-util - org.opendaylight.yangtools yang-parser-impl - - org.opendaylight.controller - netconf-util - - - - xmlunit - xmlunit - 1.5 - - - junit - junit - test - - - junit - junit - test - - - org.slf4j - slf4j-simple - ${slf4j.version} - test - - - org.opendaylight.yangtools - util - - - org.opendaylight.yangtools - yang-common - - - org.opendaylight.yangtools - yang-data-api - - - org.opendaylight.yangtools - yang-data-impl - - - org.opendaylight.yangtools - yang-model-api - - - org.opendaylight.yangtools - yang-model-util - - - org.opendaylight.yangtools - yang-binding - - - - org.opendaylight.controller - sal-akka-raft - 1.1-SNAPSHOT - - - - com.google.guava - guava - - - junit - junit - test - - - - xmlunit - xmlunit - 1.5 - - - - org.opendaylight.yangtools - yang-parser-impl - - - commons-lang - commons-lang - - - org.slf4j - slf4j-simple - ${slf4j.version} - test - - - com.google.code.findbugs - jsr305 - 2.0.1 - - - - com.codahale.metrics - metrics-core - 3.0.1 - + + + + 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.* + * + + + + +