From 8532b36c599f86d75c135f03e9a45279b732af86 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Tue, 17 Jan 2017 15:11:17 +0100 Subject: [PATCH] Fixes #1265 - JAXB not available in JDK 9. Added the required "--add-modules java.se.ee" option to the Maven Surefire Plugin, so that JAXB is available from the JDK runtime. --- jetty-jaspi/pom.xml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/jetty-jaspi/pom.xml b/jetty-jaspi/pom.xml index 5c285b2cac3..105a84657ea 100644 --- a/jetty-jaspi/pom.xml +++ b/jetty-jaspi/pom.xml @@ -23,6 +23,24 @@ + + + jdk9 + + [1.9,) + + + + + maven-surefire-plugin + + @{argLine} --add-modules java.se.ee + + + + + + org.eclipse.jetty @@ -38,7 +56,6 @@ org.eclipse.jetty.orbit javax.security.auth.message - org.apache.geronimo.components geronimo-jaspi