Skip to content

Commit

Permalink
Update to GWT 2.11.0 (#1574)
Browse files Browse the repository at this point in the history
yesamer authored Sep 9, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent e7df903 commit 13339c7
Showing 19 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -102,7 +102,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -99,7 +99,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -127,7 +127,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -304,7 +304,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -160,7 +160,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -137,7 +137,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -132,7 +132,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -143,7 +143,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
</dependency>

<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
</dependency>
<dependency>
Original file line number Diff line number Diff line change
@@ -155,7 +155,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -118,7 +118,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -209,7 +209,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -128,7 +128,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Original file line number Diff line number Diff line change
@@ -58,12 +58,12 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-dev</artifactId>
<scope>provided</scope>
</dependency>
2 changes: 1 addition & 1 deletion drools-wb-webapp/pom.xml
Original file line number Diff line number Diff line change
@@ -1327,7 +1327,7 @@

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>

0 comments on commit 13339c7

Please sign in to comment.