diff --git a/pom.xml b/pom.xml
index a35307149d94..044a8c927883 100644
--- a/pom.xml
+++ b/pom.xml
@@ -990,10 +990,12 @@
-Dorg.apache.hbase.thirdparty.io.netty.leakDetection.level=advanced
-Dio.opentelemetry.context.enableStrictContext=true
-Dorg.apache.hbase.thirdparty.io.netty.tryReflectionSetAccessible=true
--add-modules jdk.unsupported
@@ -1011,7 +1013,8 @@
--add-exports java.base/sun.net.util=ALL-UNNAMED
--add-opens java.base/jdk.internal.util.random=ALL-UNNAMED
--add-opens java.base/sun.security.x509=ALL-UNNAMED
- --add-opens java.base/sun.security.util=ALL-UNNAMED
+ --add-opens java.base/sun.security.util=ALL-UNNAMED
+ --add-opens java.base/java.net=ALL-UNNAMED
${hbase-surefire.argLine} @{jacocoArgLine}
1.5.1