From a669c5443d4c8b9e127657962387094c83dc4acb Mon Sep 17 00:00:00 2001 From: olivier lamy Date: Wed, 19 May 2021 16:58:11 +1000 Subject: [PATCH] more --add-opens for jetty-jaas tests Signed-off-by: olivier lamy --- jetty-jaas/pom.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/jetty-jaas/pom.xml b/jetty-jaas/pom.xml index 6d619c69d09..adaa4541f9c 100644 --- a/jetty-jaas/pom.xml +++ b/jetty-jaas/pom.xml @@ -131,4 +131,27 @@ + + + + jdk16 + + [16,) + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + --add-opens java.base/sun.security.x509=ALL-UNNAMED --add-opens java.base/sun.security.util=ALL-UNNAMED + + + + + + + +