From 065456a4afd27b584a83427b36d6c385cc37c0e6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 3 Mar 2018 17:52:29 +0000 Subject: [PATCH] Make JAX-B available to Jersey sample when building with JDK 10 See gh-12028 --- .../spring-boot-sample-jersey1/pom.xml | 26 +++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-jersey1/pom.xml b/spring-boot-samples/spring-boot-sample-jersey1/pom.xml index fadbc982cc..eb05e8b554 100644 --- a/spring-boot-samples/spring-boot-sample-jersey1/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jersey1/pom.xml @@ -64,4 +64,30 @@ + + + java10 + + [10,) + + + + javax.xml.bind + jaxb-api + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + --add-modules java.base + + + + + +