From 38c19dc435a875e3cd98f17422f1441559632d28 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Thu, 25 Jul 2024 12:48:11 +0200 Subject: [PATCH] Fix ldap --- pom.xml | 10 ++++++++++ sshd-ldap/pom.xml | 25 ++++++++----------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/pom.xml b/pom.xml index 7e34e4233..c4a630240 100644 --- a/pom.xml +++ b/pom.xml @@ -174,6 +174,7 @@ + jdk8 @@ -204,6 +205,15 @@ + + jdk11 + + + jdk17 + + + jdk21 + ci diff --git a/sshd-ldap/pom.xml b/sshd-ldap/pom.xml index 38609217f..441a42ff9 100644 --- a/sshd-ldap/pom.xml +++ b/sshd-ldap/pom.xml @@ -33,6 +33,7 @@ ${project.basedir}/.. 2.0.0.AM26 + --add-opens=java.base/sun.security.util=ALL-UNNAMED --add-opens=java.base/sun.security.x509=ALL-UNNAMED @@ -127,6 +128,9 @@ maven-surefire-plugin true + false + + ${surefire.argLine} @@ -141,23 +145,10 @@ - test-on-java16+ - - [16,) - - - - - org.apache.maven.plugins - maven-surefire-plugin - - false - - --add-opens=java.base/sun.security.util=ALL-UNNAMED --add-opens=java.base/sun.security.x509=ALL-UNNAMED - - - - + jdk8 + + +