mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-18 02:41:49 +02:00
Bump atomix from 1.0.1-rc1 to 1.0.1
Change-Id: I4bfc68de90d2d4e6d83737dcc2c0737be9484709
This commit is contained in:
parent
c4c2d624ea
commit
f756d87e56
@ -70,7 +70,7 @@
|
||||
<dependency>
|
||||
<groupId>io.atomix</groupId>
|
||||
<artifactId>atomix</artifactId>
|
||||
<version>1.0.0</version>
|
||||
<version>1.0.1</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
|
@ -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.0</bundle>
|
||||
<bundle>mvn:io.atomix/atomix-all/1.0.1</bundle>
|
||||
|
||||
<bundle>mvn:org.glassfish.jersey.core/jersey-client/2.25</bundle>
|
||||
|
||||
|
10
lib/BUCK
10
lib/BUCK
@ -1,4 +1,4 @@
|
||||
# ***** This file was auto-generated at Sat, 18 Feb 2017 00:45:58 GMT. Do not edit this file manually. *****
|
||||
# ***** This file was auto-generated at Fri, 24 Feb 2017 18:59:18 GMT. Do not edit this file manually. *****
|
||||
# ***** Use onos-lib-gen *****
|
||||
|
||||
pass_thru_pom(
|
||||
@ -146,10 +146,10 @@ remote_jar (
|
||||
|
||||
remote_jar (
|
||||
name = 'atomix',
|
||||
out = 'atomix-all-1.0.1-rc1.jar',
|
||||
url = 'mvn:io.atomix:atomix-all:jar:1.0.1-rc1',
|
||||
sha1 = '31f5b07b65bf0bfc36d51491746bbfbe97276f82',
|
||||
maven_coords = 'io.atomix:atomix-all:1.0.1-rc1',
|
||||
out = 'atomix-all-1.0.1.jar',
|
||||
url = 'mvn:io.atomix:atomix-all:jar:1.0.1',
|
||||
sha1 = 'f7bd984a8e18f54a7ed39790e2af9e4cdf888117',
|
||||
maven_coords = 'io.atomix:atomix-all:1.0.1',
|
||||
visibility = [ 'PUBLIC' ],
|
||||
)
|
||||
|
||||
|
@ -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.1-rc1",
|
||||
"atomix": "mvn:io.atomix:atomix-all:1.0.1",
|
||||
"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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user