27 lines
755 B
Diff
27 lines
755 B
Diff
From 9cc0fa5a5b4cc1e6462b1e61d279b31e87ded2ea Mon Sep 17 00:00:00 2001
|
|
From: Marco Fargetta <mfargett@redhat.com>
|
|
Date: Thu, 17 Jul 2025 11:19:53 +0200
|
|
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 a535fafc..6963d1a6 100644
|
|
--- a/pom.xml
|
|
+++ b/pom.xml
|
|
@@ -115,6 +115,9 @@ not datatype, data format, or JAX-RS provider modules.
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
+ <configuration>
|
|
+ <argLine>--add-opens=java.base/javax.security.auth=ALL-UNNAMED</argLine>
|
|
+ </configuration>
|
|
</plugin>
|
|
</plugins>
|
|
</pluginManagement>
|
|
--
|
|
2.50.1
|
|
|