From b75d7039e1ca5b51d61d47d5930351d63266f018 Mon Sep 17 00:00:00 2001 From: Vedran Pavic Date: Fri, 15 Apr 2016 22:50:32 +0200 Subject: [PATCH] Remove JMS transport from Spring WS starter Closes gh-5708 --- .../spring-boot-starter-webservices/pom.xml | 8 -------- .../src/main/resources/META-INF/spring.provides | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/spring-boot-starters/spring-boot-starter-webservices/pom.xml b/spring-boot-starters/spring-boot-starter-webservices/pom.xml index a63b3791f6b..84d9d97ed43 100644 --- a/spring-boot-starters/spring-boot-starter-webservices/pom.xml +++ b/spring-boot-starters/spring-boot-starter-webservices/pom.xml @@ -26,10 +26,6 @@ org.springframework.boot spring-boot-starter-web - - org.springframework - spring-jms - org.springframework spring-oxm @@ -38,9 +34,5 @@ org.springframework.ws spring-ws-core - - org.springframework.ws - spring-ws-support - diff --git a/spring-boot-starters/spring-boot-starter-webservices/src/main/resources/META-INF/spring.provides b/spring-boot-starters/spring-boot-starter-webservices/src/main/resources/META-INF/spring.provides index e7486ed01df..d0da5438acc 100644 --- a/spring-boot-starters/spring-boot-starter-webservices/src/main/resources/META-INF/spring.provides +++ b/spring-boot-starters/spring-boot-starter-webservices/src/main/resources/META-INF/spring.provides @@ -1 +1 @@ -provides: spring-ws-core,spring-ws-support \ No newline at end of file +provides: spring-ws-core \ No newline at end of file