Skip to content

Commit f28eb07

Browse files
Remove unnecessary exclusion from web-services starter
See gh-28648
1 parent 1f838bf commit f28eb07

File tree

1 file changed

+1
-3
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-web-services

1 file changed

+1
-3
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,5 @@ dependencies {
99
api("com.sun.xml.messaging.saaj:saaj-impl")
1010
api("jakarta.xml.ws:jakarta.xml.ws-api")
1111
api("org.springframework:spring-oxm")
12-
api("org.springframework.ws:spring-ws-core") {
13-
exclude group: "jakarta.servlet", module: "jakarta.servlet-api"
14-
}
12+
api("org.springframework.ws:spring-ws-core")
1513
}

0 commit comments

Comments
 (0)