You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by db...@apache.org on 2012/09/24 22:53:49 UTC

svn commit: r1389567 - /openwebbeans/trunk/webbeans-impl/pom.xml

Author: dblevins
Date: Mon Sep 24 20:53:49 2012
New Revision: 1389567

URL: http://svn.apache.org/viewvc?rev=1389567&view=rev
Log:
OWB-701 make ASM optional

Modified:
    openwebbeans/trunk/webbeans-impl/pom.xml

Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=1389567&r1=1389566&r2=1389567&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Mon Sep 24 20:53:49 2012
@@ -51,6 +51,7 @@
             <groupId>asm</groupId>
             <artifactId>asm</artifactId>
             <version>3.3.1</version>
+            <optional>true</true>
         </dependency>
 
         <dependency>