Using Atomix 1.0.0-rc9

Change-Id: I70fca7983d7829084d5fe0e6c2b4e9d1940ff82c
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index aad27b9..8829f8f 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -71,7 +71,7 @@
         <dependency>
             <groupId>io.atomix</groupId>
             <artifactId>atomix</artifactId>
-            <version>1.0.0-rc8</version>
+            <version>1.0.0-rc9</version>
         </dependency>
 
         <dependency>
diff --git a/features/features.xml b/features/features.xml
index 58d87e6..807b85a 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&amp;Bundle-Version=2.4.0</bundle>
         <bundle>mvn:commons-io/commons-io/2.4</bundle>
-        <bundle>mvn:io.atomix/atomix-all/1.0.0-rc8</bundle>
+        <bundle>mvn:io.atomix/atomix-all/1.0.0-rc9</bundle>
 
         <bundle>mvn:org.glassfish.jersey.core/jersey-client/2.22.2</bundle>
 
diff --git a/lib/BUCK b/lib/BUCK
index daf56e2..256df75 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Mon Jun 20 15:04:45 PDT 2016. Do not edit this file manually. *****
+# ***** This file was auto-generated at Thu Jun 23 15:57:10 PDT 2016. Do not edit this file manually. *****
 osgi_feature_group(
   name = 'COMPILE',
   visibility = ['PUBLIC'],
@@ -133,10 +133,10 @@
 
 remote_jar (
   name = 'atomix',
-  out = 'atomix-all-1.0.0-rc8.jar',
-  url = 'mvn:io.atomix:atomix-all:jar:1.0.0-rc8',
-  sha1 = 'ed6259ce60ecf00f40e61d814b74515324c6c9fb',
-  maven_coords = 'io.atomix:atomix-all:1.0.0-rc8',
+  out = 'atomix-all-1.0.0-rc9.jar',
+  url = 'mvn:io.atomix:atomix-all:jar:1.0.0-rc9',
+  sha1 = '05a5ff76bba888856416b3132e1c45626f0fcaaf',
+  maven_coords = 'io.atomix:atomix-all:1.0.0-rc9',
   visibility = [ 'PUBLIC' ],
 )
 
diff --git a/lib/deps.json b/lib/deps.json
index 53287c3..35648da 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -86,7 +86,7 @@
     "gmetric4j": "mvn:info.ganglia.gmetric4j:gmetric4j:1.0.10",
     "aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34",
     "asm": "mvn:org.ow2.asm:asm:5.0.3",
-    "atomix": "mvn:io.atomix:atomix-all:1.0.0-rc8",
+    "atomix": "mvn:io.atomix:atomix-all:1.0.0-rc9",
     "commons-codec": "mvn:commons-codec:commons-codec:1.10",
     "commons-collections": "mvn:commons-collections:commons-collections:3.2.2",
     "commons-configuration": "mvn:commons-configuration:commons-configuration:1.10",