You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@excalibur.apache.org by le...@apache.org on 2004/10/27 13:21:44 UTC

svn commit: rev 55682 - excalibur/trunk/cornerstone/connection/impl

Author: leosimons
Date: Wed Oct 27 04:21:43 2004
New Revision: 55682

Modified:
   excalibur/trunk/cornerstone/connection/impl/project.xml
Log:
missing dependency commons-logging

Modified: excalibur/trunk/cornerstone/connection/impl/project.xml
==============================================================================
--- excalibur/trunk/cornerstone/connection/impl/project.xml	(original)
+++ excalibur/trunk/cornerstone/connection/impl/project.xml	Wed Oct 27 04:21:43 2004
@@ -75,6 +75,13 @@
       <url>http://xml.apache.org/xerces2-j/</url>
     </dependency>
 
+    <!-- other dependencies -->
+
+    <dependency>
+      <id>commons-logging</id>
+      <version>1.0.4</version>
+    </dependency>
+
   </dependencies>
   
 </project>

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