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=b4167440d47440329af25a383d9a39cb222e8ccd;hp=b138574add54d52b50e037445c343b158c372436;hb=b00bee7547dbba0677347e991a8674f90752f6a2;hpb=104ce145c9cd637c9b1caecfe0fe02c4ce4f343c diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index b138574add..b4167440d4 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.controller sal-parent - 1.4.0-SNAPSHOT + 1.5.0-SNAPSHOT sal-distributed-datastore bundle @@ -57,18 +57,23 @@ com.typesafe.akka akka-slf4j_${scala.version} + + org.scala-lang.modules + scala-java8-compat_${scala.version} + com.typesafe.akka akka-testkit_${scala.version} + test - com.codahale.metrics + io.dropwizard.metrics metrics-core - com.codahale.metrics + io.dropwizard.metrics metrics-graphite @@ -85,6 +90,10 @@ + + net.java.dev.stax-utils + stax-utils + org.opendaylight.controller config-api @@ -97,6 +106,10 @@ org.opendaylight.controller cds-access-api + + org.opendaylight.controller + cds-access-client + org.opendaylight.controller sal-akka-raft-example @@ -137,6 +150,10 @@ org.opendaylight.mdsal mdsal-dom-api + + org.opendaylight.mdsal + mdsal-eos-dom-api + org.opendaylight.controller sal-core-spi @@ -182,7 +199,6 @@ ${project.groupId}.${project.artifactId} - org.opendaylight.controller.cluster.datastore.osgi.Activator org.opendaylight.controller.cluster.datastore; org.opendaylight.controller.cluster.datastore.config; @@ -232,6 +248,20 @@ + + org.apache.maven.plugins + maven-checkstyle-plugin + + checkstyle.violationSeverity=error + + + + org.codehaus.mojo + findbugs-maven-plugin + + true + + org.jacoco jacoco-maven-plugin