changeset 3348:8c7cf6b84ba0

Remove gwt dependency, add common-codecs. flys-client/trunk@5023 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Christian Lins <christian.lins@intevation.de>
date Tue, 17 Jul 2012 11:47:17 +0000
parents 6d749af6a9c2
children 36cd7d88551a
files flys-client/pom.xml
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/flys-client/pom.xml	Tue Jul 17 11:45:35 2012 +0000
+++ b/flys-client/pom.xml	Tue Jul 17 11:47:17 2012 +0000
@@ -32,12 +32,6 @@
       <version>${gwtVersion}</version>
       <scope>provided</scope>
     </dependency>
-    <dependency>
-      <groupId>com.google.gwt</groupId>
-      <artifactId>gwt-dev</artifactId>
-      <version>${gwtVersion}</version>
-      <scope>test</scope>
-    </dependency>
     <!--dependency>
       <groupId>com.smartgwt</groupId>
       <artifactId>smartgwt</artifactId>
@@ -114,6 +108,11 @@
         <artifactId>commons-io</artifactId>
         <version>2.2</version>
     </dependency>
+    <dependency>
+    	<groupId>commons-codec</groupId>
+    	<artifactId>commons-codec</artifactId>
+    	<version>1.4</version>
+    </dependency>
   </dependencies>
 
   <build>

http://dive4elements.wald.intevation.org