Browse Source

Update to GWT 2.8.0-rc2

Uses upstream com.google GWT instead of com.vaadin.external.gwt

Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303
tags/8.0.0.alpha1
Artur Signell 7 years ago
parent
commit
2863eada41
5 changed files with 7 additions and 7 deletions
  1. 1
    1
      client-compiler/pom.xml
  2. 1
    1
      client/pom.xml
  3. 1
    1
      pom.xml
  4. 2
    2
      shared/pom.xml
  5. 2
    2
      uitest/pom.xml

+ 1
- 1
client-compiler/pom.xml View File

@@ -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>

+ 1
- 1
client/pom.xml View File

@@ -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>

+ 1
- 1
pom.xml View File

@@ -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>

+ 2
- 2
shared/pom.xml View File

@@ -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/**,

+ 2
- 2
uitest/pom.xml View File

@@ -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>

Loading…
Cancel
Save