From 627bd6e91326307801a90c276789e7f53c91abd5 Mon Sep 17 00:00:00 2001 From: "tianhang.tang" Date: Wed, 25 Jan 2023 15:11:06 +0800 Subject: [PATCH] HBASE-27581 [JDK17] Fix failure TestHBaseTestingUtil#testResolvePortConflict --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index c6ad9d51a814..9099f187d32d 100644 --- a/pom.xml +++ b/pom.xml @@ -3216,6 +3216,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}