diff --git a/spring-boot-starters/spring-boot-starter-webservices/pom.xml b/spring-boot-starters/spring-boot-starter-webservices/pom.xml
index a63b3791f6..84d9d97ed4 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 e7486ed01d..d0da5438ac 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