[jbosscache-commits] JBoss Cache SVN: r4539 - support/trunk/common.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Oct 4 11:47:16 EDT 2007


Author: manik.surtani at jboss.com
Date: 2007-10-04 11:47:16 -0400 (Thu, 04 Oct 2007)
New Revision: 4539

Modified:
   support/trunk/common/pom.xml
Log:
Added log4j into test deps

Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml	2007-10-04 12:41:16 UTC (rev 4538)
+++ support/trunk/common/pom.xml	2007-10-04 15:47:16 UTC (rev 4539)
@@ -326,6 +326,14 @@
             <version>10.2.2.0</version>
             <scope>test</scope>
         </dependency>
+        
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.14</version>
+            <scope>test</scope>
+        </dependency>
+
     </dependencies>
     
     <!-- Profiles, used for test permutations -->




More information about the jbosscache-commits mailing list