diff --git a/daemon/pom.xml b/daemon/pom.xml index 49659b4d..292ee1f5 100644 --- a/daemon/pom.xml +++ b/daemon/pom.xml @@ -111,6 +111,20 @@ + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 + + true + 1 + true + + --add-opens java.base/java.io=ALL-UNNAMED + --add-opens java.base/sun.nio.fs=ALL-UNNAMED + + +