Bumped GWT to 2.7.0.

Also disabled GWT htmlunit tests because it seems to choke on the fact that I
factored the GWT bits into src/main/gwt.

It should work fine because everything is in target/classes by the time GWT
runs, and target/classes is on GWT's classpath, but it doesn't. I'm sure
someone is doing something clever along the way and passing the value on to the
customer.
This commit is contained in:
Michael Bayne
2015-03-06 12:42:59 -08:00
parent 3337bf7dd8
commit 69ebfdf6a0
+5 -3
View File
@@ -45,13 +45,13 @@
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-dev</artifactId>
<version>2.4.0</version>
<version>2.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<artifactId>gwt-user</artifactId>
<version>2.4.0</version>
<version>2.7.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -115,10 +115,11 @@
</instructions>
</configuration>
</plugin>
<!-- disabled due to src/main/gwt related hoseage
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>2.4.0</version>
<version>2.7.0</version>
<configuration>
<mode>htmlunit</mode>
</configuration>
@@ -130,6 +131,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>