Fixup atomix references 36/105036/1
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Mar 2023 11:28:27 +0000 (13:28 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Mon, 27 Mar 2023 11:29:08 +0000 (13:29 +0200)
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 <robert.varga@pantheon.tech>
opendaylight/md-sal/sal-distributed-datastore/pom.xml

index fcdfed5d7ce646246151df05e7f68aee25a1fd61..5f8493d3f1dd34384030ea9e3576aa14a4957a8c 100644 (file)
       <artifactId>commons-text</artifactId>
     </dependency>
 
-    <dependency>
-      <groupId>io.atomix</groupId>
-      <artifactId>atomix-storage</artifactId>
-      <version>3.1.12</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>io.atomix</groupId>
-      <artifactId>atomix-utils</artifactId>
-      <version>3.1.12</version>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.awaitility</groupId>
       <artifactId>awaitility</artifactId>