[jboss-cvs] JBossAS SVN: r112120 - branches/JBPAPP_5_1/component-matrix.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 24 17:01:19 EDT 2011


Author: mbenitez
Date: 2011-08-24 17:01:19 -0400 (Wed, 24 Aug 2011)
New Revision: 112120

Modified:
   branches/JBPAPP_5_1/component-matrix/pom.xml
Log:
JBPAPP-6046 Patch SLF4J API to Resolve an NPE when SLF4J exists in the Endorsed Subdirectory (upgrade slf4j to 1.5.8-patch-01)

Modified: branches/JBPAPP_5_1/component-matrix/pom.xml
===================================================================
--- branches/JBPAPP_5_1/component-matrix/pom.xml	2011-08-24 17:02:43 UTC (rev 112119)
+++ branches/JBPAPP_5_1/component-matrix/pom.xml	2011-08-24 21:01:19 UTC (rev 112120)
@@ -89,7 +89,7 @@
     <version.org.jboss.vfs>2.2.0.SP1</version.org.jboss.vfs>
     <version.org.jboss.xnio.metadata>1.0.1.GA</version.org.jboss.xnio.metadata>
     <version.org.jboss.xnio>1.2.1.GA</version.org.jboss.xnio>
-    <version.org.slf4j>1.5.8</version.org.slf4j>
+    <version.org.slf4j>1.5.8-patch-01</version.org.slf4j>
     <version.org.springframework>2.5.6.SEC02</version.org.springframework>
     <version.oswego-concurrent.concurrent>1.3.4-jboss-update1</version.oswego-concurrent.concurrent>
     <version.saaj.api>1.3</version.saaj.api>



More information about the jboss-cvs-commits mailing list