Bazel build for Atomix 3.0 use

Change-Id: I720a9ab4b2262571a06e92ee087f5e0a8b606947
diff --git a/core/store/primitives/BUILD b/core/store/primitives/BUILD
index 96a99b9..1c28b3e 100644
--- a/core/store/primitives/BUILD
+++ b/core/store/primitives/BUILD
@@ -1,5 +1,4 @@
-COMPILE_DEPS = CORE_DEPS + KRYO + [
-    "@atomix//jar",
+COMPILE_DEPS = CORE_DEPS + KRYO + ATOMIX + [
     "//core/common:onos-core-common",
     "//core/store/serializers:onos-core-serializers",
     "//incubator/api:onos-incubator-api",