[webbeans-commits] Webbeans SVN: r2099 - ri/trunk/tests.
webbeans-commits at lists.jboss.org
webbeans-commits at lists.jboss.org
Wed Mar 18 17:27:44 EDT 2009
Author: dallen6
Date: 2009-03-18 17:27:44 -0400 (Wed, 18 Mar 2009)
New Revision: 2099
Modified:
ri/trunk/tests/pom.xml
Log:
Added test dependency for Log4J so that testing logs with it
Modified: ri/trunk/tests/pom.xml
===================================================================
--- ri/trunk/tests/pom.xml 2009-03-18 20:44:18 UTC (rev 2098)
+++ ri/trunk/tests/pom.xml 2009-03-18 21:27:44 UTC (rev 2099)
@@ -60,6 +60,11 @@
</exclusion>
</exclusions>
</dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
More information about the weld-commits
mailing list