X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fpom.xml;h=ad8a7367a08b48a6f9dc057e5a65a77d76db0028;hp=50442bda5cb9d63023f7acbfaf4f26e255edfa59;hb=a66b0a0f12639e4cfb43bb92602407f09b849c3f;hpb=789431e2c0c76d9d00bdc7599a08036e3720f170 diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 50442bda5c..ad8a7367a0 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -4,12 +4,16 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.5.0-SNAPSHOT sal-akka-raft bundle + + org.opendaylight.controller + sal-clustering-commons + com.google.guava guava @@ -27,7 +31,7 @@ com.typesafe.akka - akka-persistence-experimental_${scala.version} + akka-persistence_${scala.version} @@ -38,6 +42,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test @@ -50,7 +55,23 @@ scala-library - + + commons-io + commons-io + + + + org.apache.commons + commons-lang3 + + + + com.typesafe.akka + akka-slf4j_${scala.version} + + + + junit junit @@ -58,14 +79,13 @@ org.mockito - mockito-all + mockito-core test org.slf4j slf4j-simple - ${slf4j.version} test @@ -81,9 +101,9 @@ ${project.groupId}.${project.artifactId} - - - + org.opendaylight.cluster.raft + * + * @@ -99,13 +119,18 @@ + org.jacoco jacoco-maven-plugin - org.opendaylight.controller.* + org/opendaylight/controller/cluster/**/* + + org/opendaylight/controller/cluster/raft/protobuff/**/* + org/opendaylight/controller/cluster/example/**/* + false @@ -124,10 +149,25 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + - scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering