From 7c4bd8c6f689907039e22f2de59fb15bd0cd63f0 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 2 Mar 2023 10:50:33 +0100 Subject: [PATCH] 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 --- opendaylight/md-sal/sal-akka-segmented-journal/pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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, -- 2.36.6