Retry failed downloads from Maven repositories
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b391f7c..7beb3d7 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,6 +20,9 @@
   pull_request:
     branches: [ '*' ]
 
+env:
+  MAVEN_OPTS: -Dmaven.wagon.httpconnectionManager.ttlSeconds=25 -Dmaven.wagon.http.retryHandler.count=3
+
 jobs:
   build:
     strategy: