Fold atomix-utils into atomix-storage
[controller.git] / opendaylight / md-sal / sal-akka-segmented-journal / pom.xml
index f5fe46edb5a7177902381b1a344841de9b4d25f0..93fef5cda79ab9c1f5d45dddf3c77e79b31fdb08 100644 (file)
@@ -67,11 +67,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
             <artifactId>atomix-storage</artifactId>
             <scope>provided</scope>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.controller</groupId>
-            <artifactId>atomix-utils</artifactId>
-            <scope>provided</scope>
-        </dependency>
         <dependency>
             <groupId>com.esotericsoftware</groupId>
             <artifactId>kryo</artifactId>
@@ -133,7 +128,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
                             <!-- atomix.io is using an older Guava, and Kryo is using ancient objenesis,
                                  so let's embed it to prevent duplicates -->
                             *;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,