Author: manolo
Date: Wed Mar  3 12:31:33 2010
New Revision: 918444

URL: http://svn.apache.org/viewvc?rev=918444&view=rev
Log:
use latest versions of gwt and gwtupload 

Modified:
    james/hupa/trunk/pom.xml
    james/hupa/trunk/server/pom.xml

Modified: james/hupa/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/pom.xml?rev=918444&r1=918443&r2=918444&view=diff
==============================================================================
--- james/hupa/trunk/pom.xml (original)
+++ james/hupa/trunk/pom.xml Wed Mar  3 12:31:33 2010
@@ -125,7 +125,7 @@
         </repository>
     </repositories>
     <properties>
-        <gwtVersion>2.0.0</gwtVersion>
+        <gwtVersion>2.0.2</gwtVersion>
     </properties>
 
     <build>
@@ -309,17 +309,7 @@
             <dependency>
                 <groupId>gwtupload</groupId>
                 <artifactId>gwtupload</artifactId>
-                <version>0.5.6</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-fileupload</groupId>
-                <artifactId>commons-fileupload</artifactId>
-                <version>1.2.1</version>
-            </dependency>
-            <dependency>
-                <groupId>commons-io</groupId>
-                <artifactId>commons-io</artifactId>
-                <version>1.4</version>
+                <version>0.5.7</version>
             </dependency>
             <dependency>
                 <groupId>com.google.code.guice</groupId>

Modified: james/hupa/trunk/server/pom.xml
URL: 
http://svn.apache.org/viewvc/james/hupa/trunk/server/pom.xml?rev=918444&r1=918443&r2=918444&view=diff
==============================================================================
--- james/hupa/trunk/server/pom.xml (original)
+++ james/hupa/trunk/server/pom.xml Wed Mar  3 12:31:33 2010
@@ -80,14 +80,6 @@
         <artifactId>gwtupload</artifactId>
     </dependency>
     <dependency>
-        <groupId>commons-fileupload</groupId>
-        <artifactId>commons-fileupload</artifactId>
-    </dependency>
-    <dependency>
-        <groupId>commons-io</groupId>
-        <artifactId>commons-io</artifactId>
-    </dependency>
-    <dependency>
         <groupId>com.google.code.guice</groupId>
         <artifactId>guice</artifactId>
     </dependency>
@@ -110,4 +102,4 @@
         <scope>test</scope>
     </dependency>
 </dependencies>
-</project>
\ No newline at end of file
+</project>



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

Reply via email to