From ccc85c5126b8d9996dd026f754cf74cb200e91f6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Mar 2023 13:28:27 +0200 Subject: [PATCH] Fixup atomix references We do not want to reference atomix from its original upstream. Fix that up. JIRA: CONTROLLER-2071 Change-Id: Ifdbb766135ecf86b1c848cfc1e53487c9b52e4c5 Signed-off-by: Robert Varga --- .../md-sal/sal-distributed-datastore/pom.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/opendaylight/md-sal/sal-distributed-datastore/pom.xml b/opendaylight/md-sal/sal-distributed-datastore/pom.xml index fcdfed5d7c..5f8493d3f1 100644 --- a/opendaylight/md-sal/sal-distributed-datastore/pom.xml +++ b/opendaylight/md-sal/sal-distributed-datastore/pom.xml @@ -201,18 +201,6 @@ commons-text - - io.atomix - atomix-storage - 3.1.12 - test - - - io.atomix - atomix-utils - 3.1.12 - test - org.awaitility awaitility -- 2.36.6