X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=opendaylight%2Fmd-sal%2Fsal-akka-segmented-journal%2Fpom.xml;h=93fef5cda79ab9c1f5d45dddf3c77e79b31fdb08;hb=88b2fe8c90d9c5b2bd6b811d88396cafc5427011;hp=aade677758ef2932a807743572aca3310e035319;hpb=16a0ce1ec65d0bab4316eb80bd9af9bcf608d485;p=controller.git diff --git a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml index aade677758..93fef5cda7 100644 --- a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml +++ b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller mdsal-parent - 2.0.2-SNAPSHOT + 7.0.5-SNAPSHOT ../parent @@ -20,19 +20,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html bundle - - com.typesafe.akka - akka-actor_2.13 + com.google.guava + guava + + - com.typesafe.akka - akka-persistence_2.13 + com.typesafe + config - com.typesafe.akka - akka-slf4j_2.13 - test + org.opendaylight.controller + repackaged-akka com.typesafe.akka @@ -63,15 +63,38 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - io.atomix + org.opendaylight.controller atomix-storage - 3.1.5 provided - io.atomix - atomix-utils - 3.1.5 + com.esotericsoftware + kryo + 4.0.2 + provided + + + com.esotericsoftware + minlog + 1.3.1 + provided + + + com.esotericsoftware + reflectasm + 1.11.8 + provided + + + org.ow2.asm + asm + 5.2 + provided + + + org.objenesis + objenesis + 2.6 provided @@ -80,6 +103,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html commons-io test + + org.scalatestplus + junit-4-13_2.13 + test + @@ -91,8 +119,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html ${project.groupId}.${project.artifactId} - - *;inline=true;groupId=io.atomix + + !COM.newmonics.*, + !android.os, + * + + + + *;inline=true;artifactId=atomix-storage, + *;inline=true;groupId=com.esotericsoftware, + *;inline=true;groupId=org.objenesis, + *;inline=true;groupId=org.ow2.asm, +