[jboss-cvs] JBossAS SVN: r88660 - branches/Branch_5_x/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon May 11 13:58:55 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-05-11 13:58:55 -0400 (Mon, 11 May 2009)
New Revision: 88660

Modified:
   branches/Branch_5_x/component-matrix/pom.xml
Log:
JBAS-6890, JBAS-6891, JBAS-6839 - Update to slf4j 1.5.3 and slf4j-jboss-logging 1.0.1.GA in order to support serializable slf4j loggers

Modified: branches/Branch_5_x/component-matrix/pom.xml
===================================================================
--- branches/Branch_5_x/component-matrix/pom.xml	2009-05-11 17:31:58 UTC (rev 88659)
+++ branches/Branch_5_x/component-matrix/pom.xml	2009-05-11 17:58:55 UTC (rev 88660)
@@ -1097,13 +1097,13 @@
       <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-api</artifactId>
-        <version>1.5.0</version>
+        <version>1.5.3</version>
       </dependency>
       
       <dependency>
         <groupId>org.jboss.slf4j</groupId>
         <artifactId>slf4j-jboss-logging</artifactId>
-        <version>1.0.0.GA</version>
+        <version>1.0.1.GA</version>
       </dependency>
       
       <dependency>




More information about the jboss-cvs-commits mailing list