Bump Atomix dependency version to 1.0.4
Change-Id: Ife3fa00d2fa1996bead7bf434388d0cda2228cfe
diff --git a/core/store/primitives/pom.xml b/core/store/primitives/pom.xml
index 92bd55b..f4fda81 100644
--- a/core/store/primitives/pom.xml
+++ b/core/store/primitives/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>io.atomix</groupId>
<artifactId>atomix</artifactId>
- <version>1.0.3</version>
+ <version>1.0.4</version>
</dependency>
<dependency>
diff --git a/features/features.xml b/features/features.xml
index cb6e9b8..7ea013a 100644
--- a/features/features.xml
+++ b/features/features.xml
@@ -57,7 +57,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-all/1.0.3</bundle>
+ <bundle>mvn:io.atomix/atomix-all/1.0.4</bundle>
<bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25</bundle>
diff --git a/lib/BUCK b/lib/BUCK
index 2c806b2..11bed4f 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Fri Mar 03 09:53:52 PST 2017. Do not edit this file manually. *****
+# ***** This file was auto-generated at Tue May 02 08:49:40 PDT 2017. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -146,10 +146,10 @@
remote_jar (
name = 'atomix',
- out = 'atomix-all-1.0.3.jar',
- url = 'mvn:io.atomix:atomix-all:jar:1.0.3',
- sha1 = '5796a32536217f577a5253f918eb9e3cb454e2ab',
- maven_coords = 'io.atomix:atomix-all:1.0.3',
+ out = 'atomix-all-1.0.4.jar',
+ url = 'mvn:io.atomix:atomix-all:jar:1.0.4',
+ sha1 = '45a61e7efa49015d2637866cc174f9b86679c4d4',
+ maven_coords = 'io.atomix:atomix-all:1.0.4',
visibility = [ 'PUBLIC' ],
)
diff --git a/lib/deps.json b/lib/deps.json
index 981eb70..e135a2c 100644
--- a/lib/deps.json
+++ b/lib/deps.json
@@ -90,7 +90,7 @@
"aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.5.0-b30",
"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-all:1.0.3",
+ "atomix": "mvn:io.atomix:atomix-all:1.0.4",
"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",