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=c1cb2d1db6df5c13773b02290a52e4b6c60af658;hp=4c06cddb78d0bac2b351fb3a1a46012de2dc6ba0;hb=4bddfeee536932078fedb1a25c849205fbc70ce4;hpb=a95ae5d38e1797c76945842aa68096e45f901f46 diff --git a/opendaylight/md-sal/sal-clustering-commons/pom.xml b/opendaylight/md-sal/sal-clustering-commons/pom.xml index 4c06cddb78..c1cb2d1db6 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 @@ -33,6 +33,10 @@ slf4j-simple test + + org.opendaylight.yangtools + yang-test-util + @@ -68,22 +72,23 @@ 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 + annotations com.google.guava @@ -125,15 +130,10 @@ org.opendaylight.yangtools yang-model-util - - org.opendaylight.yangtools - yang-parser-impl - org.opendaylight.controller config-api - @@ -198,16 +198,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 - +