From 75dbe5c2deaa1d2df658dcceab75213b65513d8b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 29 Sep 2017 12:12:46 +0200 Subject: [PATCH] Include java.xml.ws module when running on Java 9 See gh-7226 --- .../spring-boot-sample-webservices/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-webservices/pom.xml b/spring-boot-samples/spring-boot-sample-webservices/pom.xml index c1b3fdc1ec..ec57cbdbfb 100644 --- a/spring-boot-samples/spring-boot-sample-webservices/pom.xml +++ b/spring-boot-samples/spring-boot-sample-webservices/pom.xml @@ -51,4 +51,23 @@ + + + java9 + + 9 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + --add-modules java.base,java.xml.ws + + + + + +