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',
   ]