Migrating to latest Atomix
Change-Id: Ife3ce0b9d9ede5d153d831bf656593ae807acd1d
diff --git a/features/BUCK b/features/BUCK
index c7127ce..d249509 100644
--- a/features/BUCK
+++ b/features/BUCK
@@ -3,6 +3,7 @@
title="ONOS 3rd party dependencies",
required_features = [],
included_bundles = [
+ '//lib:atomix',
'//lib:commons-lang',
'//lib:commons-lang3',
'//lib:commons-configuration',
@@ -32,7 +33,6 @@
'//lib:typesafe-config',
'//lib:concurrent-trees',
'//lib:commons-io',
- '//lib:onos-atomix',
'//lib:jersey-client',
'//lib:mapdb',
]
diff --git a/features/features.xml b/features/features.xml
index 8f5445d..741ab2a 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -56,7 +56,7 @@
<bundle>mvn:com.typesafe/config/1.2.1</bundle>
<bundle>wrap:mvn:com.googlecode.concurrent-trees/concurrent-trees/2.4.0$Bundle-SymbolicName=concurrent-trees&Bundle-Version=2.4.0</bundle>
<bundle>mvn:commons-io/commons-io/2.4</bundle>
- <bundle>mvn:org.onosproject/atomix/1.0.1.onos-SNAPSHOT</bundle>
+ <bundle>mvn:io.atomix/atomix-all/1.0.0-rc7</bundle>
<bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.2</bundle>