From 073560abc184c339af5dcea54d3f9d7bc9935082 Mon Sep 17 00:00:00 2001 From: tianhang Date: Tue, 31 Jan 2023 10:19:57 +0800 Subject: [PATCH] HBASE-27581 [JDK17] Fix failure TestHBaseTestingUtil#testResolvePortConflict (#4991) Co-authored-by: tianhang.tang Signed-off-by: Duo Zhang (cherry picked from commit 8e72cc6ee0415608d2d31e1c0c0175e8fc228d8d) --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index fea4c547d68..71706da4f15 100644 --- a/pom.xml +++ b/pom.xml @@ -2888,6 +2888,7 @@ --add-opens java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED + --add-opens java.base/jdk.internal.util.random=ALL-UNNAMED --add-exports java.base/jdk.internal.misc=ALL-UNNAMED --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED ${hbase-surefire.argLine}