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=53353cded17e3abc57f21c3a3737b09cebb9dede;hp=50442bda5cb9d63023f7acbfaf4f26e255edfa59;hb=be852eb7b2d122da61cad918a4f8cc672ecb5af5;hpb=02bdbc1c781abc0b0b1d12dbfc1a19c316bebb98 diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 50442bda5c..53353cded1 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -4,12 +4,17 @@ org.opendaylight.controller sal-parent - 1.1-SNAPSHOT + 1.2.0-SNAPSHOT sal-akka-raft bundle + + org.opendaylight.controller + sal-clustering-commons + 1.2.0-SNAPSHOT + com.google.guava guava @@ -50,7 +55,18 @@ scala-library - + + commons-io + commons-io + + + + com.typesafe.akka + akka-slf4j_${scala.version} + + + + junit junit @@ -81,9 +97,9 @@ ${project.groupId}.${project.artifactId} - - - + org.opendaylight.cluster.raft + * + * @@ -99,13 +115,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 +145,15 @@ + + + org.apache.maven.plugins + maven-checkstyle-plugin + + **/protobuff/**/* + + +