diff flys-client/pom.xml @ 2942:5885c5b8d71d

Bumped GWT up to 2.4 flys-client/trunk@4904 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 08 Jul 2012 17:58:15 +0000
parents aad006178c39
children 1e01d3046260
line wrap: on
line diff
--- a/flys-client/pom.xml	Sun Jul 08 09:40:06 2012 +0000
+++ b/flys-client/pom.xml	Sun Jul 08 17:58:15 2012 +0000
@@ -13,7 +13,7 @@
   <properties>
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
       <!-- Convenience property to set the GWT version -->
-      <gwtVersion>2.3.0</gwtVersion>
+      <gwtVersion>2.4.0</gwtVersion>
       <!-- GWT needs at least java 1.5 -->
       <maven.compiler.source>1.5</maven.compiler.source>
       <maven.compiler.target>1.5</maven.compiler.target>
@@ -111,6 +111,19 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>gwt-maven-plugin</artifactId>
+        <version>${gwtVersion}</version>
+        <dependencies>
+          <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-user</artifactId>
+            <version>${gwtVersion}</version>
+          </dependency>
+          <dependency>
+            <groupId>com.google.gwt</groupId>
+            <artifactId>gwt-dev</artifactId>
+            <version>${gwtVersion}</version>
+          </dependency>
+        </dependencies>
         <!-- JS is only needed in the package phase, this speeds up testing --> 
         <executions>
           <execution>

http://dive4elements.wald.intevation.org