]> source.dussan.org Git - vaadin-framework.git/commitdiff
Update to GWT 2.8.0-rc2
authorArtur Signell <artur@vaadin.com>
Thu, 11 Aug 2016 14:27:55 +0000 (17:27 +0300)
committerHenri Sara <hesara@vaadin.com>
Fri, 12 Aug 2016 08:01:38 +0000 (08:01 +0000)
Uses upstream com.google GWT instead of com.vaadin.external.gwt

Change-Id: Id1c4391d167463082cf252e713d72ccd5f2d2303

client-compiler/pom.xml
client/pom.xml
pom.xml
shared/pom.xml
uitest/pom.xml

index a6851a71eada16076cf2f9e2097a3f9be5447e91..053a84e4963254486e6c792101f9f0ad5d3714a3 100644 (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>
index f7004471b4c2c5ea37f591cc22430812b484dcf7..1b2041b8c3aa1108c5374d47d0461376ea5044e2 100644 (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>
diff --git a/pom.xml b/pom.xml
index 56b8b1189068119f9628cd4bb34b353c3ddbadb6..ee94fb829cb1ea0fbff064434a79838a49904d41 100644 (file)
--- 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>
index cfd09f8d3609ca8f2730c1ae6c8b2ecbe660caa8..c73227abb48f671e52468d8b3aa64b7f066ffc9a 100644 (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/**,
index 450b2239d7b8412ad00a8a37a33467922723a70e..56636b8b108d21acc7b943cdf026046ff23be451 100644 (file)
                </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>