From b4d2231a7e0b3096fcdec45f4b7a74eb3f5eeed8 Mon Sep 17 00:00:00 2001 From: "tianhang.tang" Date: Wed, 25 Jan 2023 18:51:16 +0800 Subject: [PATCH] HBASE-27591 [JDK17] Fix failure TestImmutableScan#testScanCopyConstructor --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index bf1362aff97e..d71a513017ff 100644 --- a/pom.xml +++ b/pom.xml @@ -3214,6 +3214,7 @@ --add-opens java.base/java.lang=ALL-UNNAMED --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-exports java.base/jdk.internal.misc=ALL-UNNAMED --add-exports java.security.jgss/sun.security.krb5=ALL-UNNAMED ${hbase-surefire.argLine}