X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-distributed-datastore%2Fpom.xml;h=394d3816e276457f0d953a0d9044819530633e49;hp=9c7d6e924cc65b098fd52c0eae4cfbce960790c4;hb=78efa22e4e7b70a468fcbaf120f8613598c36b5b;hpb=58393ca23932b49ce5ba2fa3c23822490d0494b5 diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index 9c7d6e924c..394d3816e2 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -57,6 +57,10 @@ com.typesafe.akka akka-slf4j_${scala.version} + + org.scala-lang.modules + scala-java8-compat_${scala.version} + com.typesafe.akka akka-testkit_${scala.version} @@ -65,11 +69,11 @@ - com.codahale.metrics + io.dropwizard.metrics metrics-core - com.codahale.metrics + io.dropwizard.metrics metrics-graphite @@ -102,6 +106,10 @@ org.opendaylight.controller cds-access-api + + org.opendaylight.controller + cds-access-client + org.opendaylight.controller sal-akka-raft-example @@ -240,6 +248,13 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + org.jacoco jacoco-maven-plugin