Upgrade to Atomix 2.0.22
Change-Id: Ie7bf8146e7fab99fd052daf91676069b9ba80808
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 3f53c91..cd9e6ef 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -69,7 +69,7 @@
<dependency>
<groupId>io.atomix</groupId>
<artifactId>atomix</artifactId>
- <version>2.0.20</version>
+ <version>2.0.22</version>
</dependency>
<dependency>
diff --git a/features/features.xml b/features/features.xml
index 02c9805..979f8b8 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -59,7 +59,7 @@
<bundle>mvn:com.typesafe/config/1.2.1</bundle>
<bundle>mvn:com.googlecode.concurrent-trees/concurrent-trees/2.6.0</bundle>
<bundle>mvn:commons-io/commons-io/2.4</bundle>
- <bundle>mvn:io.atomix/atomix/2.0.20</bundle>
+ <bundle>mvn:io.atomix/atomix/2.0.22</bundle>
<bundle>mvn:org.glassfish.jersey.core/jersey-client/2.26</bundle>
diff --git a/lib/BUCK b/lib/BUCK
index a6ecd88..938759f 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Mon, 11 Jun 2018 22:35:36 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Mon, 11 Jun 2018 23:55:52 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -207,10 +207,10 @@
remote_jar (
name = 'atomix',
- out = 'atomix-2.0.20.jar',
- url = 'mvn:io.atomix:atomix:jar:2.0.20',
- sha1 = '7039de42423b8cd80d6a99208d61f7ee7ec52e50',
- maven_coords = 'io.atomix:atomix:2.0.20',
+ out = 'atomix-2.0.22.jar',
+ url = 'mvn:io.atomix:atomix:jar:2.0.22',
+ sha1 = '6c4f4d95ad933ac612ef9ab85b22f5c4f714a3e1',
+ maven_coords = 'io.atomix:atomix:2.0.22',
visibility = [ 'PUBLIC' ],
)
diff --git a/lib/deps.json b/lib/deps.json
index cf76971..b355aff 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -116,7 +116,7 @@
"aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b42",
"amqp-client": "mvn:com.rabbitmq:amqp-client:jar:3.6.1",
"asm": "mvn:org.ow2.asm:asm:5.0.4",
- "atomix": "mvn:io.atomix:atomix:2.0.20",
+ "atomix": "mvn:io.atomix:atomix:2.0.22",
"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",
diff --git a/tools/build/bazel/generate_workspace.bzl b/tools/build/bazel/generate_workspace.bzl
index d899c70..b0328a7 100644
--- a/tools/build/bazel/generate_workspace.bzl
+++ b/tools/build/bazel/generate_workspace.bzl
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Mon, 11 Jun 2018 22:35:42 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Mon, 11 Jun 2018 23:55:58 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
load("//tools/build/bazel:variables.bzl", "ONOS_GROUP_ID", "ONOS_VERSION")
@@ -132,8 +132,8 @@
native.maven_jar(
name = "atomix",
- artifact = "io.atomix:atomix:2.0.20",
- sha1 = "7039de42423b8cd80d6a99208d61f7ee7ec52e50",
+ artifact = "io.atomix:atomix:2.0.22",
+ sha1 = "6c4f4d95ad933ac612ef9ab85b22f5c4f714a3e1",
)
native.maven_jar(
@@ -2098,7 +2098,7 @@
artifact_map[str(Label("@aopalliance_repackaged//jar"))] = "mvn:org.glassfish.hk2.external:aopalliance-repackaged:jar:2.5.0-b42"
artifact_map[str(Label("@amqp_client//jar"))] = "mvn:com.rabbitmq:amqp-client:jar:3.6.1"
artifact_map[str(Label("@asm//jar"))] = "mvn:org.ow2.asm:asm:jar:5.0.4"
-artifact_map[str(Label("@atomix//jar"))] = "mvn:io.atomix:atomix:jar:2.0.20"
+artifact_map[str(Label("@atomix//jar"))] = "mvn:io.atomix:atomix:jar:2.0.22"
artifact_map[str(Label("@commons_codec//jar"))] = "mvn:commons-codec:commons-codec:jar:1.10"
artifact_map[str(Label("@commons_collections//jar"))] = "mvn:commons-collections:commons-collections:jar:3.2.2"
artifact_map[str(Label("@commons_configuration//jar"))] = "mvn:commons-configuration:commons-configuration:jar:1.10"