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=9228c610aa7d28bcf2d7a6b8112caf80e65c256a;hp=53353cded17e3abc57f21c3a3737b09cebb9dede;hb=afedfa80158137d46a649470b95788e8beac2c0d;hpb=139937c2e646894af6a9b2b8a8a1047c6ef82485 diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 53353cded1..9228c610aa 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.2.0-SNAPSHOT + mdsal-parent + 1.11.0-SNAPSHOT + ../parent + + org.opendaylight.controller sal-akka-raft + 1.11.0-SNAPSHOT bundle org.opendaylight.controller sal-clustering-commons - 1.2.0-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 @@ -56,35 +56,41 @@ - commons-io - commons-io + org.apache.commons + commons-lang3 com.typesafe.akka - akka-slf4j_${scala.version} + akka-slf4j_2.12 - - + - junit - junit + org.awaitility + awaitility test org.mockito - mockito-all + mockito-core test - org.slf4j slf4j-simple - ${slf4j.version} test - + + commons-io + commons-io + test + + + commons-lang + commons-lang + test + @@ -98,7 +104,6 @@ ${project.groupId}.${project.artifactId} org.opendaylight.cluster.raft - * * @@ -115,51 +120,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 +