[jboss-cvs] JBossAS SVN: r71299 - projects/ejb3/trunk/interceptors.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 26 11:17:19 EDT 2008


Author: ALRubinger
Date: 2008-03-26 11:17:19 -0400 (Wed, 26 Mar 2008)
New Revision: 71299

Modified:
   projects/ejb3/trunk/interceptors/pom.xml
Log:
[EJBTHREE-1220] Placed dependency on Log4J integration back for proper logging configuration in tests

Modified: projects/ejb3/trunk/interceptors/pom.xml
===================================================================
--- projects/ejb3/trunk/interceptors/pom.xml	2008-03-26 14:44:33 UTC (rev 71298)
+++ projects/ejb3/trunk/interceptors/pom.xml	2008-03-26 15:17:19 UTC (rev 71299)
@@ -51,6 +51,11 @@
       <artifactId>jboss-logging-spi</artifactId>
     </dependency>
     <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-common-logging-log4j</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>




More information about the jboss-cvs-commits mailing list