X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fpom.xml;h=0ef4375bb4e77f929a3d515d4a20fc976a32f1ce;hb=97f90cb2c7865665e6f152bec1f82f4ad784b389;hp=e68e7815252f5326ba2af41eea0fc43ba826e87a;hpb=0ef97b34b82e9987ada3ad2a318fd03731385aa4;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index e68e781525..0ef4375bb4 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -3,46 +3,46 @@ 4.0.0 org.opendaylight.controller - sal-parent - 1.1-SNAPSHOT + mdsal-parent + 1.9.0-SNAPSHOT + ../parent + + org.opendaylight.controller sal-akka-raft + 1.9.0-SNAPSHOT bundle org.opendaylight.controller sal-clustering-commons - 1.1-SNAPSHOT - - - com.google.guava - guava com.typesafe.akka - akka-actor_${scala.version} + akka-actor_2.12 com.typesafe.akka - akka-cluster_${scala.version} + akka-cluster_2.12 com.typesafe.akka - akka-persistence-experimental_${scala.version} + akka-persistence_2.12 com.typesafe.akka - akka-remote_${scala.version} + akka-remote_2.12 com.typesafe.akka - akka-testkit_${scala.version} + akka-testkit_2.12 + test @@ -61,30 +61,33 @@ - com.typesafe.akka - akka-slf4j_${scala.version} + org.apache.commons + commons-lang3 - - - junit - junit - test + com.typesafe.akka + akka-slf4j_2.12 + + org.mockito - mockito-all + mockito-core test org.slf4j slf4j-simple - ${slf4j.version} test + + com.google.protobuf + protobuf-java + test + @@ -98,7 +101,6 @@ ${project.groupId}.${project.artifactId} org.opendaylight.cluster.raft - * * @@ -115,51 +117,14 @@ - - - org.jacoco - jacoco-maven-plugin - - - org/opendaylight/controller/cluster/**/* - - - org/opendaylight/controller/cluster/raft/protobuff/**/* - org/opendaylight/controller/cluster/example/**/* - - false - - - - pre-test - - prepare-agent - - - - post-test - - report - - test - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - - **/protobuff/**/* - - - + - scm:git:ssh://git.opendaylight.org:29418/controller.git + scm:git:http://git.opendaylight.org/gerrit/controller.git scm:git:ssh://git.opendaylight.org:29418/controller.git HEAD https://wiki.opendaylight.org/view/OpenDaylight_Controller:MD-SAL:Architecture:Clustering +