[webbeans-commits] Webbeans SVN: r2093 - ri/trunk/logging.

webbeans-commits at lists.jboss.org webbeans-commits at lists.jboss.org
Wed Mar 18 13:42:59 EDT 2009


Author: dallen6
Date: 2009-03-18 13:42:59 -0400 (Wed, 18 Mar 2009)
New Revision: 2093

Modified:
   ri/trunk/logging/pom.xml
Log:
Made Log4J dependency optional

Modified: ri/trunk/logging/pom.xml
===================================================================
--- ri/trunk/logging/pom.xml	2009-03-18 16:53:17 UTC (rev 2092)
+++ ri/trunk/logging/pom.xml	2009-03-18 17:42:59 UTC (rev 2093)
@@ -26,6 +26,7 @@
       <dependency>
          <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
+         <optional>true</optional>
       </dependency>
       
    </dependencies>




More information about the weld-commits mailing list