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 /shared/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 'shared/pom.xml')
-rw-r--r-- | shared/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/pom.xml b/shared/pom.xml index cfd09f8d36..c73227abb4 100644 --- a/shared/pom.xml +++ b/shared/pom.xml @@ -22,7 +22,7 @@ <dependencies> <!-- Needed GWT dependencies. Required parts are packaged to jar --> <dependency> - <groupId>com.vaadin.external.gwt</groupId> + <groupId>com.google.gwt</groupId> <artifactId>gwt-elemental</artifactId> <version>${vaadin.gwt.version}</version> <scope>provided</scope> @@ -66,7 +66,7 @@ <configuration> <artifactItems> <artifactItem> - <groupId>com.vaadin.external.gwt</groupId> + <groupId>com.google.gwt</groupId> <artifactId>gwt-elemental</artifactId> <includes> elemental/json/**, |