Description: two add-exports lines are needed to run the tests
Author: Pierre Gruet <pgt@debian.org>
Forwarded: https://github.com/str4d/ed25519-java/issues/93
Last-Update: 2024-04-27

--- a/pom.xml
+++ b/pom.xml
@@ -62,6 +62,12 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
         <version>2.21.0</version>
+        <configuration>
+          <argLine>
+            --add-exports java.base/sun.security.util=ALL-UNNAMED
+            --add-exports java.base/sun.security.x509=ALL-UNNAMED
+          </argLine>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.felix</groupId>
