From 5f6a035064b4c701811df6d49cedbf0c57a38483 Mon Sep 17 00:00:00 2001 From: Rajeshbabu Chintaguntla Date: Fri, 9 Feb 2024 10:04:50 +0530 Subject: [PATCH] HBASE-28341 [JDK17] Fix Failure TestLdapHttpServer --- pom.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a32e73fb3377..b8ac1067cf4a 100644 --- a/pom.xml +++ b/pom.xml @@ -990,7 +990,9 @@ --add-exports java.base/sun.net.util=ALL-UNNAMED - --add-opens java.base/jdk.internal.util.random=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 ${hbase-surefire.argLine} @{jacocoArgLine} 1.5.1