Description: two add-exports lines are needed to run the tests Author: Pierre Gruet Forwarded: no Last-Update: 2024-04-27 --- a/pom.xml +++ b/pom.xml @@ -62,6 +62,12 @@ org.apache.maven.plugins maven-surefire-plugin 2.21.0 + + + --add-exports java.base/sun.security.util=ALL-UNNAMED + --add-exports java.base/sun.security.x509=ALL-UNNAMED + + org.apache.felix