Skip to content

Commit

Permalink
7.67.x-blue-bumped-guava-32.0.1 (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
yesamer committed Sep 9, 2024
1 parent 871ea23 commit 718c5ee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

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

<!-- GWT and GWT Extensions -->
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion business-central-parent/business-central-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
<exclusions>
Expand Down
2 changes: 1 addition & 1 deletion business-central-parent/business-monitoring-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.google.gwt</groupId>
<groupId>org.gwtproject</groupId>
<artifactId>gwt-user</artifactId>
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 718c5ee

Please sign in to comment.