diff options
author | Artur Signell <artur@vaadin.com> | 2016-08-11 17:27:55 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-12 08:01:38 +0000 |
commit | 2863eada413a37874027713f82acbddb577033c2 (patch) | |
tree | 8759c66760fe43c2676e4d00c4c709ea82539337 /uitest/pom.xml | |
parent | 2b1d0ae54643bae1d709597ecbb0a96faf1f1309 (diff) | |
download | vaadin-framework-2863eada413a37874027713f82acbddb577033c2.tar.gz vaadin-framework-2863eada413a37874027713f82acbddb577033c2.zip |
Update to GWT 2.8.0-rc2
Uses upstream com.google GWT instead of com.vaadin.external.gwt
Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r-- | uitest/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml index 450b2239d7..56636b8b10 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -120,13 +120,13 @@ </dependency> <dependency> - <groupId>com.vaadin.external.gwt</groupId> + <groupId>com.google.gwt</groupId> <artifactId>gwt-elemental</artifactId> <version>${vaadin.gwt.version}</version> <scope>provided</scope> </dependency> <dependency> - <groupId>com.vaadin.external.gwt</groupId> + <groupId>com.google.gwt</groupId> <artifactId>gwt-servlet</artifactId> <version>${vaadin.gwt.version}</version> </dependency> |