Author: struberg
Date: Mon Jan 21 16:54:37 2013
New Revision: 1436479
URL: http://svn.apache.org/viewvc?rev=1436479&view=rev
Log:
OWB-344 use shaded ASM to prevent clashes with OpenJPA
Modified:
openwebbeans/trunk/pom.xml
Modified: openwebbeans/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1436479&r1=1436478&r2=1436479&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Mon Jan 21 16:54:37 2013
@@ -558,6 +558,20 @@
<version>3.7</version>
</dependency>
+ <!--X TODO use a shaded version of:
+ <dependency>
+ <groupId>org.ow2.asm</groupId>
+ <artifactId>asm-all</artifactId>
+ <version>4.1</version>
+ <optional>true</optional>
+ </dependency>
+ -->
+ <dependency>
+ <groupId>org.apache.xbean</groupId>
+ <artifactId>xbean-asm-shaded</artifactId>
+ <version>3.13-SNAPSHOT</version>
+ </dependency>
+
<dependency>
<groupId>net.sf.scannotation</groupId>
<artifactId>scannotation</artifactId>