You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2014/05/24 07:20:28 UTC

git commit: TWILL-82 move to ASM5.0.2 for Java 8 support

Repository: incubator-twill
Updated Branches:
  refs/heads/master 1dce16aca -> ea5bbdd80


TWILL-82 move to ASM5.0.2 for Java 8 support

Signed-off-by: Steve Loughran <st...@apache.org>
Signed-off-by: Terence Yim <ch...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-twill/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-twill/commit/ea5bbdd8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-twill/tree/ea5bbdd8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-twill/diff/ea5bbdd8

Branch: refs/heads/master
Commit: ea5bbdd8062276108692d477666b6c9e3a98a68c
Parents: 1dce16a
Author: Steve Loughran <st...@apache.org>
Authored: Fri May 23 10:46:17 2014 +0100
Committer: Terence Yim <ch...@apache.org>
Committed: Fri May 23 22:19:30 2014 -0700

----------------------------------------------------------------------
 pom.xml | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-twill/blob/ea5bbdd8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1fb608e..8535d49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -178,7 +178,7 @@
         <netty.version>3.6.6.Final</netty.version>
         <snappy-java.version>1.0.5</snappy-java.version>
         <jcl-over-slf4j.version>1.7.2</jcl-over-slf4j.version>
-        <asm.version>4.0</asm.version>
+        <asm.version>5.0.2</asm.version>
         <kafka.version>0.8.0</kafka.version>
         <zookeeper.version>3.4.5</zookeeper.version>
         <junit.version>4.11</junit.version>
@@ -693,6 +693,10 @@
                         <groupId>io.netty</groupId>
                         <artifactId>netty</artifactId>
                     </exclusion>
+                  <exclusion>
+                    <groupId>asm</groupId>
+                    <artifactId>asm</artifactId>
+                  </exclusion>
                 </exclusions>
             </dependency>
             <dependency>
@@ -712,6 +716,10 @@
                         <groupId>io.netty</groupId>
                         <artifactId>netty</artifactId>
                     </exclusion>
+                  <exclusion>
+                    <groupId>asm</groupId>
+                    <artifactId>asm</artifactId>
+                  </exclusion>
                 </exclusions>
             </dependency>
             <dependency>
@@ -727,6 +735,10 @@
                         <groupId>io.netty</groupId>
                         <artifactId>netty</artifactId>
                     </exclusion>
+                  <exclusion>
+                    <groupId>asm</groupId>
+                    <artifactId>asm</artifactId>
+                  </exclusion>
                 </exclusions>
             </dependency>
             <dependency>
@@ -817,6 +829,10 @@
                         <groupId>com.sun.jersey</groupId>
                         <artifactId>jersey-core</artifactId>
                     </exclusion>
+                  <exclusion>
+                    <groupId>asm</groupId>
+                    <artifactId>asm</artifactId>
+                  </exclusion>
                 </exclusions>
             </dependency>
             <dependency>