Blame SOURCES/0001-Expose-javax.security.auth-from-JDK-internals.patch

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