From 9570cd41727b8d09451c2a0c625474af09c96e97 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 6 Jun 2018 14:36:39 -0700 Subject: [PATCH] Add saaj and jax-ws to webservices starter Closes gh-13360 --- .../spring-boot-starter-web-services/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml index f493afaf8e..0bbfd9e860 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/pom.xml @@ -14,6 +14,14 @@ ${basedir}/../../.. + + com.sun.xml.messaging.saaj + saaj-impl + + + javax.xml.ws + jaxws-api + org.springframework.boot spring-boot-starter