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=315484d2de105d8ef5a72bf5c16338761a5dff04;hp=768bdbc9e0c6654e5faccabd6bccd6e88dc75f89;hb=b95285098ab2090d36095c69fc838d4df4d61300;hpb=69c1fa1f26d6c9130696e7916c6ebe9a9e9d635c diff --git a/opendaylight/md-sal/sal-akka-raft/pom.xml b/opendaylight/md-sal/sal-akka-raft/pom.xml index 768bdbc9e0..315484d2de 100644 --- a/opendaylight/md-sal/sal-akka-raft/pom.xml +++ b/opendaylight/md-sal/sal-akka-raft/pom.xml @@ -2,13 +2,29 @@ 4.0.0 - org.opendaylight.controller - sal-parent - 1.3.0-SNAPSHOT + org.opendaylight.odlparent + bundle-parent + 3.0.1 + + + org.opendaylight.controller sal-akka-raft + 1.7.0-SNAPSHOT bundle + + + + org.opendaylight.controller + mdsal-artifacts + 1.7.0-SNAPSHOT + pom + import + + + + org.opendaylight.controller @@ -21,27 +37,28 @@ 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 @@ -66,10 +83,9 @@ com.typesafe.akka - akka-slf4j_${scala.version} + akka-slf4j_2.12 - junit @@ -78,7 +94,7 @@ org.mockito - mockito-all + mockito-core test @@ -101,7 +117,6 @@ ${project.groupId}.${project.artifactId} org.opendaylight.cluster.raft - * * @@ -120,49 +135,27 @@ - org.jacoco - jacoco-maven-plugin + org.apache.maven.plugins + maven-checkstyle-plugin - - org/opendaylight/controller/cluster/**/* - - - org/opendaylight/controller/cluster/raft/protobuff/**/* - org/opendaylight/controller/cluster/example/**/* - - false + checkstyle.violationSeverity=error - - - pre-test - - prepare-agent - - - - post-test - - report - - test - - - - - org.apache.maven.plugins - maven-checkstyle-plugin + + org.codehaus.mojo + findbugs-maven-plugin - **/protobuff/**/*,**/target/**/* + true - + - 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 +