From 69ebfdf6a0b8d9447a4e52eade7c2928e707340e Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 6 Mar 2015 12:42:59 -0800 Subject: [PATCH] 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. --- pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4f431e6..271c906 100644 --- a/pom.xml +++ b/pom.xml @@ -45,13 +45,13 @@ com.google.gwt gwt-dev - 2.4.0 + 2.7.0 test com.google.gwt gwt-user - 2.4.0 + 2.7.0 test @@ -115,10 +115,11 @@ + org.apache.maven.plugins maven-resources-plugin