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=899b8b875bd3539ef0f6c167a461c1764b2a62d4;hp=431f3bed344a825198a09135a5e4368b27184f12;hb=40723a37cc98de6c7dc396ca2558f7ef51e7337a;hpb=a14ed47823d85d2547fbfd7e6c42649962913d34 diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 431f3bed34..899b8b875b 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.4.0-SNAPSHOT + 1.5.0-SNAPSHOT sal-clustering-commons @@ -25,7 +25,7 @@ org.mockito - mockito-all + mockito-core test @@ -33,6 +33,10 @@ slf4j-simple test + + org.opendaylight.yangtools + yang-test-util + @@ -68,23 +72,20 @@ com.typesafe.akka akka-testkit_${scala.version} + test - 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 +93,6 @@ com.google.protobuf protobuf-java - 2.5.0 @@ -126,15 +126,10 @@ org.opendaylight.yangtools yang-model-util - - org.opendaylight.yangtools - yang-parser-impl - org.opendaylight.controller config-api - @@ -199,16 +194,41 @@ - 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 - +