[webbeans-commits] Webbeans SVN: r2067 - ri/trunk/impl.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Tue Mar 17 08:55:57 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-03-17 08:55:57 -0400 (Tue, 17 Mar 2009)
New Revision: 2067

Modified:
   ri/trunk/impl/pom.xml
Log:
mark log4j optional

Modified: ri/trunk/impl/pom.xml
===================================================================
--- ri/trunk/impl/pom.xml	2009-03-17 11:54:05 UTC (rev 2066)
+++ ri/trunk/impl/pom.xml	2009-03-17 12:55:57 UTC (rev 2067)
@@ -83,6 +83,7 @@
       <dependency>
          <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
+         <optional>true</optional>
       </dependency>
 
       <dependency>




More information about the weld-commits mailing list