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=89c32f645aa715bc7276a4f58fab810cfd33a325;hp=77c352284ee37dd44455ef1792ca18584fa98fb8;hb=8d3faafcb661be94df908f3a6eee0c26687ed911;hpb=eb26ed6f78c3545ff399e3c58766e1e54a7885bf diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 77c352284e..89c32f645a 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -2,62 +2,46 @@ 4.0.0 - org.opendaylight.odlparent - bundle-parent - 2.0.5 - + org.opendaylight.controller + mdsal-parent + 1.10.0-SNAPSHOT + ../parent org.opendaylight.controller sal-akka-raft - 1.7.0-SNAPSHOT + 1.10.0-SNAPSHOT bundle - - - - org.opendaylight.controller - mdsal-artifacts - 1.7.0-SNAPSHOT - pom - import - - - - org.opendaylight.controller sal-clustering-commons - - 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_${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 @@ -71,11 +55,6 @@ scala-library - - commons-io - commons-io - - org.apache.commons commons-lang3 @@ -83,13 +62,13 @@ com.typesafe.akka - akka-slf4j_${scala.version} + akka-slf4j_2.12 - + - junit - junit + org.awaitility + awaitility test @@ -97,13 +76,21 @@ mockito-core test - org.slf4j slf4j-simple test - + + commons-io + commons-io + test + + + commons-lang + commons-lang + test + @@ -133,21 +120,6 @@ - - - org.apache.maven.plugins - maven-checkstyle-plugin - - checkstyle.violationSeverity=error - - - - org.codehaus.mojo - findbugs-maven-plugin - - true - -