We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ef44a commit d7b36b1Copy full SHA for d7b36b1
1 file changed
pom.xml
@@ -716,7 +716,9 @@
716
--add-opens java.base/java.util=ALL-UNNAMED
717
--add-opens java.base/java.util.concurrent=ALL-UNNAMED
718
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
719
- --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED</hbase-surefire.jdk11.flags>
+ --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED
720
+ --add-exports java.base/sun.net.dns=ALL-UNNAMED
721
+ --add-exports java.base/sun.net.util=ALL-UNNAMED</hbase-surefire.jdk11.flags>
722
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED</hbase-surefire.jdk17.flags>
723
<!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
724
<argLine>${hbase-surefire.argLine} @{jacocoArgLine}</argLine>
0 commit comments