We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1993048 commit c2698d3Copy full SHA for c2698d3
1 file changed
pom.xml
@@ -730,7 +730,9 @@
730
--add-opens java.base/java.util=ALL-UNNAMED
731
--add-opens java.base/java.util.concurrent=ALL-UNNAMED
732
--add-exports java.base/jdk.internal.misc=ALL-UNNAMED
733
- --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED</hbase-surefire.jdk11.flags>
+ --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED
734
+ --add-exports java.base/sun.net.dns=ALL-UNNAMED
735
+ --add-exports java.base/sun.net.util=ALL-UNNAMED</hbase-surefire.jdk11.flags>
736
<hbase-surefire.jdk17.flags>--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED</hbase-surefire.jdk17.flags>
737
<!-- Surefire argLine defaults to Linux, cygwin argLine is used in the os.windows profile -->
738
<argLine>${hbase-surefire.argLine} @{jacocoArgLine}</argLine>
0 commit comments