From: Robert Varga Date: Thu, 2 Mar 2023 09:50:33 +0000 (+0100) Subject: Use forked atomix-{storage,utils} X-Git-Tag: v7.0.5~83 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;ds=sidebyside;h=7c4bd8c6f689907039e22f2de59fb15bd0cd63f0;p=controller.git Use forked atomix-{storage,utils} Now that we have sufficiently trimmed down imported code, switch to using it rather than depending on external source. JIRA: CONTROLLER-2071 Change-Id: Ic73f6cddac8c16bb5bff16626bde5021f5b7b8de Signed-off-by: Robert Varga --- diff --git a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml index 4a9900d7c4..f5fe46edb5 100644 --- a/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml +++ b/opendaylight/md-sal/sal-akka-segmented-journal/pom.xml @@ -63,15 +63,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - io.atomix + org.opendaylight.controller atomix-storage - 3.1.12 provided - io.atomix + org.opendaylight.controller atomix-utils - 3.1.12 provided @@ -134,7 +132,8 @@ and is available at http://www.eclipse.org/legal/epl-v10.html - *;inline=true;groupId=io.atomix, + *;inline=true;artifactId=atomix-storage, + *;inline=true;artifactId=atomix-utils, *;inline=true;groupId=com.esotericsoftware, *;inline=true;groupId=org.objenesis, *;inline=true;groupId=org.ow2.asm,