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>