You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by ne...@apache.org on 2004/07/15 15:45:31 UTC

svn commit: rev 22938 - excalibur/trunk/fortress/bean

Author: neeme
Date: Thu Jul 15 06:45:30 2004
New Revision: 22938

Modified:
   excalibur/trunk/fortress/bean/project.xml
Log:
corrected commons-logging version and commented it out for now.

Modified: excalibur/trunk/fortress/bean/project.xml
==============================================================================
--- excalibur/trunk/fortress/bean/project.xml	(original)
+++ excalibur/trunk/fortress/bean/project.xml	Thu Jul 15 06:45:30 2004
@@ -114,10 +114,14 @@
             <id>xml-apis</id>
             <version>2.0.2</version>
         </dependency>
+<!-- Neeme: commented commons-logging out for now, as it seems to cause a 
+     mysterious NPE in logging conf while running FortressBean test case.
+     Maybe only my machine issue?
         <dependency>
             <id>commons-logging</id>
-            <version>1.1-dev</version>
+            <version>1.0.4</version>
         </dependency>
+-->
         <dependency>
             <id>junit</id>
             <version>3.8.1</version>

---------------------------------------------------------------------
To unsubscribe, e-mail: scm-unsubscribe@excalibur.apache.org
For additional commands, e-mail: scm-help@excalibur.apache.org