X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fpom.xml;h=ad8a7367a08b48a6f9dc057e5a65a77d76db0028;hb=08221ab20d1632f7c1995d5e1038411a89bc4d4a;hp=6324d7d1b082a6ab151f9f378b81502c3daeea84;hpb=512d0285a34d6358881be4cf7102d1140217c07e;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 6324d7d1b0..ad8a7367a0 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT sal-akka-raft bundle @@ -31,7 +31,7 @@ com.typesafe.akka - akka-persistence-experimental_${scala.version} + akka-persistence_${scala.version} @@ -42,6 +42,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test @@ -78,12 +79,7 @@ org.mockito - mockito-all - test - - - org.opendaylight.yangtools - mockito-configuration + mockito-core test @@ -158,10 +154,16 @@ org.apache.maven.plugins maven-checkstyle-plugin - **/protobuff/**/*,**/target/**/* + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true -