summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client-compiler/pom.xml2
-rw-r--r--client/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--shared/pom.xml4
-rw-r--r--uitest/pom.xml4
5 files changed, 7 insertions, 7 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>
diff --git a/client/pom.xml b/client/pom.xml
index f7004471b4..1b2041b8c3 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -53,7 +53,7 @@
<!-- Needed GWT dependencies, includes gwt-user -->
<dependency>
- <groupId>com.vaadin.external.gwt</groupId>
+ <groupId>com.google.gwt</groupId>
<artifactId>gwt-elemental</artifactId>
<version>${vaadin.gwt.version}</version>
</dependency>
diff --git a/pom.xml b/pom.xml
index 56b8b11890..ee94fb829c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<liferay.portal.version>6.0.2</liferay.portal.version>
<vaadin.sass.version>0.9.13</vaadin.sass.version>
- <vaadin.gwt.version>2.7.0.vaadin3</vaadin.gwt.version>
+ <vaadin.gwt.version>2.8.0-rc2</vaadin.gwt.version>
<vaadin.plugin.version>8.0-SNAPSHOT</vaadin.plugin.version>
<javax.portlet.version>2.0</javax.portlet.version>
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/**,
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>