X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fpom.xml;h=084ef16f575ce67c8725031e2742a86f1f7105d5;hb=e5a5a73c0ed9f298f539cfda61aa6ba8d3f65c9e;hp=50442bda5cb9d63023f7acbfaf4f26e255edfa59;hpb=cf5be659d906cc80d52647cb516bbab435156742;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..084ef16f57 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -10,6 +10,11 @@ bundle + + com.google.protobuf + protobuf-java + 2.5.0 + 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/**/* + + +