From ef5301d0798d61dd600c5d058219f61d1ef78c62 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 4 Jun 2018 12:12:29 -0700 Subject: [PATCH] Add saaj and jax-ws dependencies for Java 9 build Add test dependencies for saaj-impl and jax-ws since Java 9+ no longer includes them. See gh-1270 --- .../spring-boot-autoconfigure/pom.xml | 13 ++++++++++++- .../spring-boot-dependencies/pom.xml | 15 ++++++++++++++- spring-boot-project/spring-boot/pom.xml | 13 ++++++++++++- 3 files changed, 38 insertions(+), 3 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/pom.xml b/spring-boot-project/spring-boot-autoconfigure/pom.xml index 7340eb977e..60bfeb0db1 100755 --- a/spring-boot-project/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-project/spring-boot-autoconfigure/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -719,11 +720,21 @@ json-path test + + com.sun.xml.messaging.saaj + saaj-impl + test + javax.json javax.json-api test + + javax.xml.ws + jaxws-api + test + mysql mysql-connector-java diff --git a/spring-boot-project/spring-boot-dependencies/pom.xml b/spring-boot-project/spring-boot-dependencies/pom.xml index 16541aab27..7926990c37 100644 --- a/spring-boot-project/spring-boot-dependencies/pom.xml +++ b/spring-boot-project/spring-boot-dependencies/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -82,6 +83,7 @@ 3.0.8 1.3.2 1.1.0 + 2.3.0 2.3.0 2.0.1 1.1.2 @@ -169,6 +171,7 @@ 3.21.0.1 3.1.0 ${javax-mail.version} + 1.4.0 3.0.9.RELEASE 3.0.2.RELEASE 2.3.0 @@ -717,6 +720,11 @@ javax.mail ${sun-mail.version} + + com.sun.xml.messaging.saaj + saaj-impl + ${saaj-impl.version} + com.timgroup java-statsd-client @@ -1063,6 +1071,11 @@ jaxb-api ${javax-jaxb.version} + + javax.xml.ws + jaxws-api + ${javax-jaxws.version} + jaxen jaxen diff --git a/spring-boot-project/spring-boot/pom.xml b/spring-boot-project/spring-boot/pom.xml index c3ff324a6b..756f14f544 100644 --- a/spring-boot-project/spring-boot/pom.xml +++ b/spring-boot-project/spring-boot/pom.xml @@ -1,5 +1,6 @@ - 4.0.0 @@ -337,11 +338,21 @@ okhttp test + + com.sun.xml.messaging.saaj + saaj-impl + test + io.projectreactor reactor-test test + + javax.xml.ws + jaxws-api + test + mysql mysql-connector-java