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

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