aboutsummaryrefslogtreecommitdiffstats
path: root/jaxrs_client_utils
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-11-03 12:01:14 +0100
committergjoranv <gv@verizonmedia.com>2021-11-03 22:56:54 +0100
commit4db123bcb5a707628038a9ff4db4d64a00267c32 (patch)
tree60027e3a37fbecb9c1baa39704ec234a6294ad1a /jaxrs_client_utils
parent9c3f28fbbdbf5b8be36f994b38f4980ebe7c3e8d (diff)
Open java.base/java.net to the unnamed module
(used by HttpPatchTest via JerseyInvocation)
Diffstat (limited to 'jaxrs_client_utils')
-rw-r--r--jaxrs_client_utils/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/jaxrs_client_utils/pom.xml b/jaxrs_client_utils/pom.xml
index 93aa9a50e9d..7182f2c53cc 100644
--- a/jaxrs_client_utils/pom.xml
+++ b/jaxrs_client_utils/pom.xml
@@ -103,6 +103,16 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <configuration>
+ <!-- Illegal reflective access by HttpPatchTest via JerseyInvocation -->
+ <argLine>
+ --add-opens=java.base/java.net=ALL-UNNAMED
+ </argLine>
+ </configuration>
+ </plugin>
</plugins>
</build>
</project>