Author: norman
Date: Thu Jul 23 11:49:15 2009
New Revision: 797027

URL: http://svn.apache.org/viewvc?rev=797027&view=rev
Log:
commons-io is needed for gwtupload to work

Modified:
    labs/hupa/pom.xml

Modified: labs/hupa/pom.xml
URL: 
http://svn.apache.org/viewvc/labs/hupa/pom.xml?rev=797027&r1=797026&r2=797027&view=diff
==============================================================================
--- labs/hupa/pom.xml (original)
+++ labs/hupa/pom.xml Thu Jul 23 11:49:15 2009
@@ -306,7 +306,12 @@
           <groupId>commons-fileupload</groupId>
           <artifactId>commons-fileupload</artifactId>
           <version>1.2.1</version>
-        </dependency> 
+        </dependency>
+        <dependency>
+          <groupId>commons-io</groupId>
+          <artifactId>commons-io</artifactId>
+          <version>1.4</version>
+        </dependency>  
                <dependency>
                        <groupId>com.google.code.guice</groupId>
                        <artifactId>guice</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to