From 8a3559ada53bc4ceef2b4ddec46653dfdb9a2038 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Fri, 19 Mar 2021 16:09:18 +0100 Subject: [PATCH] Open java.net to unnamed modules This is needed to inject the unsupported HTTP verb. I don't know really if we will be able to find a better option than that... --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index e18e28a7f..cef2825ce 100644 --- a/pom.xml +++ b/pom.xml @@ -45,6 +45,8 @@ false 0.11.2 + + @@ -272,6 +274,7 @@ default-test src/test/resources/slow-or-flaky-tests.txt + ${surefire.argLine} @@ -284,6 +287,7 @@ 2 src/test/resources/slow-or-flaky-tests.txt + ${surefire.argLine} @@ -561,6 +565,16 @@ + + jdk11+ + + [11,) + + + + --add-opens java.base/java.net=ALL-UNNAMED + + ci-non-windows