From 45cad535d09c0b67719a1ebe14353636515596f7 Mon Sep 17 00:00:00 2001 From: Chris Kelley Date: Thu, 8 Sep 2022 12:44:54 +0100 Subject: [PATCH] Expose javax.security.auth from JDK internals --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index e72b4934..cafe56de 100644 --- a/pom.xml +++ b/pom.xml @@ -97,6 +97,9 @@ not datatype, data format, or JAX-RS provider modules. com/fasterxml/jackson/**/failing/*.java + + --add-opens=java.base/javax.security.auth=ALL-UNNAMED + -- 2.38.1