X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-clustering-commons%2Fpom.xml;h=899b8e34f854ee4de2cd6a6c45b491c901de40c5;hb=refs%2Fchanges%2F78%2F51078%2F16;hp=16b005b03957bb71a9a14de34139cd6f15581671;hpb=50dfa7aaad58ccdf618bc732007eaf0362c0998f;p=controller.git diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 16b005b039..899b8e34f8 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.3.0-SNAPSHOT + 1.5.0-SNAPSHOT sal-clustering-commons @@ -25,7 +25,7 @@ org.mockito - mockito-all + mockito-core test @@ -33,12 +33,22 @@ slf4j-simple test + + org.opendaylight.yangtools + yang-test-util + commons-lang commons-lang + + commons-io + commons-io + test + + @@ -55,7 +65,7 @@ com.typesafe.akka - akka-persistence-experimental_${scala.version} + akka-persistence_${scala.version} com.typesafe.akka @@ -69,22 +79,22 @@ com.typesafe.akka akka-testkit_${scala.version} + + com.typesafe.akka + akka-persistence-tck_${scala.version} + - com.codahale.metrics + io.dropwizard.metrics metrics-core - com.codahale.metrics + io.dropwizard.metrics metrics-graphite - - com.google.code.findbugs - jsr305 - com.google.guava guava @@ -92,7 +102,6 @@ com.google.protobuf protobuf-java - 2.5.0 @@ -126,15 +135,10 @@ org.opendaylight.yangtools yang-model-util - - org.opendaylight.yangtools - yang-parser-impl - org.opendaylight.controller config-api - @@ -199,16 +203,42 @@ - org.apache.felix - maven-bundle-plugin - true + org.apache.felix + maven-bundle-plugin + true + + + ${project.groupId}.${project.artifactId} + org.opendaylight.controller.cluster.schema.provider.impl, {local-packages} + * + + + + + org.apache.maven.plugins + maven-jar-plugin + + + + test-jar + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin - - ${project.groupId}.${project.artifactId} - org.opendaylight.controller.cluster.schema.provider.impl, {local-packages} - + true - +