X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-akka-segmented-journal%2Fpom.xml;h=111e82b3a64e31afbdc65cf33ff5479a35e23dbb;hb=7622c22ff02015d1e0ac05a5b71d4f216e0a262b;hp=34caa598a685ae9e7f34eba1ee05c4d95e72efa5;hpb=4887ec8e6bfe82072caed8612573209e349a3e2b;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 34caa598a6..111e82b3a6 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.3-SNAPSHOT + 4.0.13 ../parent @@ -22,17 +22,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - com.typesafe.akka - akka-actor_2.13 - - - com.typesafe.akka - akka-persistence_2.13 - - - com.typesafe.akka - akka-slf4j_2.13 - test + org.opendaylight.controller + repackaged-akka com.typesafe.akka @@ -65,13 +56,43 @@ and is available at http://www.eclipse.org/legal/epl-v10.html io.atomix atomix-storage - 3.1.5 + 3.1.12 provided io.atomix atomix-utils - 3.1.5 + 3.1.12 + provided + + + 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 +101,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 +117,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;groupId=io.atomix, + *;inline=true;groupId=com.esotericsoftware, + *;inline=true;groupId=org.objenesis, + *;inline=true;groupId=org.ow2.asm, +