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=6f106159fa23a51d2a05424bad1cd15e02d6b98c;hp=3dcc546426165ac578486c5dd528b7b8cb4d0766;hb=78efa22e4e7b70a468fcbaf120f8613598c36b5b;hpb=0eb621d29daaf08979c356e2148e99c48458e169 diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 3dcc546426..6f106159fa 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -4,16 +4,15 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.5.0-SNAPSHOT sal-akka-raft bundle - com.google.protobuf - protobuf-java - 2.5.0 + org.opendaylight.controller + sal-clustering-commons com.google.guava @@ -32,7 +31,7 @@ com.typesafe.akka - akka-persistence-experimental_${scala.version} + akka-persistence_${scala.version} @@ -43,6 +42,7 @@ com.typesafe.akka akka-testkit_${scala.version} + test @@ -55,7 +55,23 @@ scala-library - + + commons-io + commons-io + + + + org.apache.commons + commons-lang3 + + + + com.typesafe.akka + akka-slf4j_${scala.version} + + + + junit junit @@ -70,7 +86,6 @@ org.slf4j slf4j-simple - ${slf4j.version} test @@ -86,9 +101,9 @@ ${project.groupId}.${project.artifactId} - - - + org.opendaylight.cluster.raft + * + * @@ -110,8 +125,12 @@ jacoco-maven-plugin - org.opendaylight.controller.* + org/opendaylight/controller/cluster/**/* + + org/opendaylight/controller/cluster/raft/protobuff/**/* + org/opendaylight/controller/cluster/example/**/* + false @@ -135,14 +154,20 @@ org.apache.maven.plugins maven-checkstyle-plugin - **/protobuff/**/* + 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