diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e6116c27..387e20ca 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -20,7 +20,7 @@ jobs:
- name: Build and test
run: |
mvn --batch-mode org.apache.maven.plugins:maven-dependency-plugin:3.2.0:go-offline
- mvn --batch-mode install '-Dinvoker.timeoutInSeconds=300'
+ mvn --batch-mode install '-Dinvoker.timeoutInSeconds=600'
- name: Upload test results for review
uses: actions/upload-artifact@v2
if: always()
@@ -57,7 +57,7 @@ jobs:
- name: Build and test
run: |
./mvnw --batch-mode org.apache.maven.plugins:maven-dependency-plugin:3.2.0:go-offline
- ./mvnw --batch-mode install '-Dinvoker.timeoutInSeconds=300'
+ ./mvnw --batch-mode install '-Dinvoker.timeoutInSeconds=600'
- name: Upload test results for review
uses: actions/upload-artifact@v2
if: always()
diff --git a/j2cl-maven-plugin/src/it/gwt-modules-project/pom.xml b/j2cl-maven-plugin/src/it/gwt-modules-project/pom.xml
index 14f8cbb6..b9eb9600 100644
--- a/j2cl-maven-plugin/src/it/gwt-modules-project/pom.xml
+++ b/j2cl-maven-plugin/src/it/gwt-modules-project/pom.xml
@@ -26,11 +26,11 @@
-
-
-
-
-
+
+ org.gwtproject.event
+ gwt-event-dom
+ 1.0.0-RC2
+
org.gwtproject.event
gwt-event-legacy
@@ -41,21 +41,21 @@
gwt-logical-event
1.0.0-RC1
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+ org.gwtproject.animation
+ gwt-animation
+ 1.0.0-RC2
+
+
+ org.gwtproject.aria
+ gwt-aria
+ 1.0.0-RC2
+
+
+ org.gwtproject.dom
+ gwt-dom
+ 1.0.0-RC2
+
org.gwtproject.xhr
gwt-xhr
@@ -146,10 +146,4 @@
-
-
- google-snapshots
- https://oss.sonatype.org/content/repositories/google-snapshots/
-
-