You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2008/06/23 10:36:55 UTC

svn commit: r670479 - /commons/sandbox/compress/trunk/project.xml

Author: ebourg
Date: Mon Jun 23 01:36:55 2008
New Revision: 670479

URL: http://svn.apache.org/viewvc?rev=670479&view=rev
Log:
Added commons-io to the Maven 1 descriptor

Modified:
    commons/sandbox/compress/trunk/project.xml

Modified: commons/sandbox/compress/trunk/project.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/compress/trunk/project.xml?rev=670479&r1=670478&r2=670479&view=diff
==============================================================================
--- commons/sandbox/compress/trunk/project.xml (original)
+++ commons/sandbox/compress/trunk/project.xml Mon Jun 23 01:36:55 2008
@@ -62,6 +62,10 @@
       <id>junit</id>
       <version>3.8.1</version>
     </dependency>
+    <dependency>
+      <id>commons-io</id>
+      <version>1.4</version>
+    </dependency>
   </dependencies>
 
   <build>