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 /client-compiler/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 'client-compiler/pom.xml')
-rw-r--r-- | client-compiler/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client-compiler/pom.xml b/client-compiler/pom.xml index a6851a71ea..053a84e496 100644 --- a/client-compiler/pom.xml +++ b/client-compiler/pom.xml @@ -21,7 +21,7 @@ <version>${project.version}</version> </dependency> <dependency> - <groupId>com.vaadin.external.gwt</groupId> + <groupId>com.google.gwt</groupId> <artifactId>gwt-dev</artifactId> <version>${vaadin.gwt.version}</version> </dependency> |