[jbosscache-commits] JBoss Cache SVN: r6558 - core/trunk.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Wed Aug 13 22:46:40 EDT 2008


Author: jason.greene at jboss.com
Date: 2008-08-13 22:46:39 -0400 (Wed, 13 Aug 2008)
New Revision: 6558

Modified:
   core/trunk/pom.xml
Log:
Use a version of commons-logging that is not completely broken


Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml	2008-08-14 02:46:03 UTC (rev 6557)
+++ core/trunk/pom.xml	2008-08-14 02:46:39 UTC (rev 6558)
@@ -41,7 +41,7 @@
       <dependency>
          <groupId>commons-logging</groupId>
          <artifactId>commons-logging</artifactId>
-         <version>1.0.4</version>
+         <version>1.1.1</version>
       </dependency>
 
       <dependency>




More information about the jbosscache-commits mailing list