HIGUCHI Yuta
Committed by Ray Milkey

Fix asm version

- Kryo 3.0.1+ depends on reflectasm 1.10.1, which depends on asm 5.0.3
  but was using old asm version due to root pom.xml

Change-Id: I3ac8551ad6ea91481982e542b93571105f3716be
......@@ -42,7 +42,7 @@
<bundle>mvn:com.esotericsoftware/kryo/3.0.3</bundle>
<bundle>mvn:com.esotericsoftware/reflectasm/1.11.0</bundle>
<bundle>mvn:org.ow2.asm/asm/4.2</bundle>
<bundle>mvn:org.ow2.asm/asm/5.0.3</bundle>
<bundle>mvn:com.esotericsoftware/minlog/1.3.0</bundle>
<bundle>mvn:org.objenesis/objenesis/2.2</bundle>
......
# ***** This file was auto-generated at Tue May 10 11:21:33 PDT 2016. Do not edit this file manually. *****
# ***** This file was auto-generated at Wed May 11 19:22:32 PDT 2016. Do not edit this file manually. *****
osgi_feature_group(
name = 'COMPILE',
visibility = ['PUBLIC'],
......@@ -124,10 +124,10 @@ remote_jar (
remote_jar (
name = 'asm',
out = 'asm-4.2.jar',
url = 'mvn:org.ow2.asm:asm:jar:4.2',
sha1 = '4b2c12b92dd045aeabf5b2aeeb3220bf010da9d4',
maven_coords = 'org.ow2.asm:asm:4.2',
out = 'asm-5.0.3.jar',
url = 'mvn:org.ow2.asm:asm:jar:5.0.3',
sha1 = 'dcc2193db20e19e1feca8b1240dbbc4e190824fa',
maven_coords = 'org.ow2.asm:asm:5.0.3',
visibility = [ 'PUBLIC' ],
)
......
......@@ -85,7 +85,7 @@
"artifacts": {
"gmetric4j": "mvn:info.ganglia.gmetric4j:gmetric4j:1.0.10",
"aopalliance-repackaged": "mvn:org.glassfish.hk2.external:aopalliance-repackaged:2.4.0-b34",
"asm": "mvn:org.ow2.asm:asm:4.2",
"asm": "mvn:org.ow2.asm:asm:5.0.3",
"atomix": "mvn:io.atomix:atomix:1.0.0-rc3",
"atomix-collections": "mvn:io.atomix:atomix-collections:1.0.0-rc3",
"atomix-messaging": "mvn:io.atomix:atomix-messaging:1.0.0-rc3",
......
......@@ -348,7 +348,7 @@
<dependency>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<version>4.2</version>
<version>5.0.3</version>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
......