X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fpom.xml;h=4b6091b4294f7ecd2a5ef103d1729440138f5193;hb=edf5bfcee83c750853253ccfd991ba7000f5f65b;hp=50442bda5cb9d63023f7acbfaf4f26e255edfa59;hpb=7b82869e73c5a9c8137521f1bf9b4e446d48440c;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 50442bda5c..4b6091b429 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.2.0-SNAPSHOT sal-akka-raft bundle + + org.opendaylight.controller + sal-clustering-commons + com.google.guava guava @@ -50,7 +54,18 @@ scala-library - + + commons-io + commons-io + + + + com.typesafe.akka + akka-slf4j_${scala.version} + + + + junit junit @@ -65,7 +80,6 @@ org.slf4j slf4j-simple - ${slf4j.version} test @@ -81,9 +95,9 @@ ${project.groupId}.${project.artifactId} - - - + org.opendaylight.cluster.raft + * + * @@ -99,13 +113,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,6 +143,15 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + + **/protobuff/**/* + + +