Skip to content

Commit

Permalink
Update to GWT 2.8.0-rc2
Browse files Browse the repository at this point in the history
Uses upstream com.google GWT instead of com.vaadin.external.gwt

Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303
  • Loading branch information
Artur- authored and Henri Sara committed Aug 12, 2016
1 parent 2b1d0ae commit 2863ead
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion client-compiler/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion client/pom.xml
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions shared/pom.xml
Expand Up @@ -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>
Expand Down Expand Up @@ -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/**,
Expand Down
4 changes: 2 additions & 2 deletions uitest/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 2863ead

Please sign in to comment.