Author: martinc
Date: Sun Jan 8 14:15:41 2006
New Revision: 367106
URL: http://svn.apache.org/viewcvs?rev=367106&view=rev
Log:
Oops! We need Commons IO now, for FileUpload.
Modified:
struts/build/trunk/project.xml
Modified: struts/build/trunk/project.xml
URL:
http://svn.apache.org/viewcvs/struts/build/trunk/project.xml?rev=367106&r1=367105&r2=367106&view=diff
==============================================================================
--- struts/build/trunk/project.xml (original)
+++ struts/build/trunk/project.xml Sun Jan 8 14:15:41 2006
@@ -356,6 +356,16 @@
</dependency>
<dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.1</version>
+ <url>http://jakarta.apache.org/commons/io/</url>
+ <properties>
+ <war.bundle>true</war.bundle>
+ </properties>
+ </dependency>
+
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.0.4</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]