X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-raft%2Fpom.xml;h=1639fbfe13abb0180712cc1e4300b50896456c91;hb=refs%2Fchanges%2F72%2F89472%2F2;hp=768bdbc9e0c6654e5faccabd6bccd6e88dc75f89;hpb=69c1fa1f26d6c9130696e7916c6ebe9a9e9d635c;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 768bdbc9e0..1639fbfe13 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -3,9 +3,12 @@ 4.0.0 org.opendaylight.controller - sal-parent - 1.3.0-SNAPSHOT + mdsal-parent + 2.0.0-SNAPSHOT + ../parent + + org.opendaylight.controller sal-akka-raft bundle @@ -14,85 +17,69 @@ org.opendaylight.controller sal-clustering-commons - - com.google.guava - guava - - com.typesafe.akka - akka-actor_${scala.version} + akka-actor_2.13 - com.typesafe.akka - akka-cluster_${scala.version} + akka-cluster_2.13 - com.typesafe.akka - akka-persistence-experimental_${scala.version} + akka-persistence_2.13 - com.typesafe.akka - akka-remote_${scala.version} + akka-remote_2.13 - com.typesafe.akka - akka-testkit_${scala.version} + akka-slf4j_2.13 - - - org.osgi - org.osgi.core - - org.scala-lang scala-library - - - commons-io - commons-io - - org.apache.commons commons-lang3 - - com.typesafe.akka - akka-slf4j_${scala.version} + org.osgi + org.osgi.core - - + - junit - junit + com.typesafe.akka + akka-testkit_2.13 test - org.mockito - mockito-all + org.awaitility + awaitility test - org.slf4j slf4j-simple test - + + commons-io + commons-io + test + + + commons-lang + commons-lang + test + - org.apache.felix maven-bundle-plugin @@ -101,12 +88,10 @@ ${project.groupId}.${project.artifactId} org.opendaylight.cluster.raft - * * - org.apache.maven.plugins maven-jar-plugin @@ -118,49 +103,11 @@ - - - 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/**/*,**/target/**/* - - - + - 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