summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jdisc_core/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/jdisc_core/pom.xml b/jdisc_core/pom.xml
index e374eafc0bc..d802e0585dc 100644
--- a/jdisc_core/pom.xml
+++ b/jdisc_core/pom.xml
@@ -239,6 +239,7 @@
<configuration>
<executable>java</executable>
<arguments>
+ <argument>--add-opens=java.base/java.net=ALL-UNNAMED</argument>
<argument>-classpath</argument>
<classpath />
<argument>com.yahoo.jdisc.core.ExportPackages</argument>