Skip to content

Commit fae5ddd

Browse files
committed
Fix e2e test's dependency on GWT BOM
For some reason it works with 2.9.0 (dependencyManagement inherited from parent POM?) but it no longer works with 2.10.0 as gwt-user is now just a relocating POM.
1 parent bf526b5 commit fae5ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/it/e2e/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<dependencies>
1616
<dependency>
1717
<groupId>com.google.gwt</groupId>
18-
<artifactId>gwt-user</artifactId>
18+
<artifactId>gwt</artifactId>
1919
<version>@gwtVersion@</version>
2020
<type>pom</type>
2121
<scope>import</scope>

0 commit comments

Comments
 (0)