[google-guice] push by cgruber@google.com - Fix to pom.xml to address ASM4/CGLIB3 upgrade (from Stuart McCulloch)... on 2013-06-06 22:55 GMT

2 views
Skip to first unread message

google...@googlecode.com

unread,
Jun 6, 2013, 6:56:45 PM6/6/13
to google-g...@googlegroups.com
Revision: 3f4251457020
Author: Christian Edward Gruber <cgr...@google.com>
Date: Thu Jun 6 15:55:47 2013
Log: Fix to pom.xml to address ASM4/CGLIB3 upgrade (from Stuart
McCulloch)

----------------
Manually Synced.
COMMIT=46888891

http://code.google.com/p/google-guice/source/detail?r=3f4251457020

Modified:
/core/pom.xml

=======================================
--- /core/pom.xml Wed May 15 17:52:45 2013
+++ /core/pom.xml Thu Jun 6 15:55:47 2013
@@ -15,6 +15,7 @@

<properties>
<cglib.version>3.0</cglib.version>
+ <asm.version>4.0</asm.version>
</properties>

<dependencies>
@@ -39,6 +40,11 @@
<version>${cglib.version}</version>
</dependency>
<dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-util</artifactId>
+ <version>${asm.version}</version>
+ </dependency>
+ <dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject-tck</artifactId>
<version>1</version>
@@ -207,6 +213,12 @@
<version>${cglib.version}</version>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-util</artifactId>
+ <version>${asm.version}</version>
+ <optional>true</optional>
+ </dependency>
</dependencies>
<build>
<plugins>
@@ -215,7 +227,7 @@
<artifactId>jarjar-maven-plugin</artifactId>
<configuration>
<includes>
- <include>*:asm</include>
+ <include>*:asm*</include>
<include>*:cglib</include>
<include>*:guava</include>
<include>*:jsr305</include>
Reply all
Reply to author
Forward
0 new messages