Migrating to latest Atomix

Change-Id: Ie636d1b2623b7f83572dca0d70bd56734379e61a
diff --git a/features/BUCK b/features/BUCK
index 5a6a0fb..a3a3097 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',
@@ -33,7 +34,6 @@
     '//lib:typesafe-config',
     '//lib:concurrent-trees',
     '//lib:commons-io',
-    '//lib:onos-atomix',
     '//lib:jersey-client',
     '//lib:mapdb',
   ]