You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@labs.apache.org by no...@apache.org on 2009/07/23 13:49:15 UTC

svn commit: r797027 - /labs/hupa/pom.xml

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: commits-unsubscribe@labs.apache.org
For additional commands, e-mail: commits-help@labs.apache.org