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=325005b239f83cbdf2a28bd7e01fbd1e88eb1ebe;hp=50442bda5cb9d63023f7acbfaf4f26e255edfa59;hb=351a78c9840c5b98a478b91ffd50befad998eb0e;hpb=8d9f9990edc7fb165795b8f50b4715f8e719fa75 diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 50442bda5c..325005b239 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -10,6 +10,11 @@ bundle + + org.opendaylight.controller + sal-clustering-commons + 1.1-SNAPSHOT + com.google.guava guava @@ -50,7 +55,18 @@ scala-library - + + commons-io + commons-io + + + + com.typesafe.akka + akka-slf4j_${scala.version} + + + + junit junit @@ -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/**/* + + +