We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f838bf commit f28eb07Copy full SHA for f28eb07
spring-boot-project/spring-boot-starters/spring-boot-starter-web-services/build.gradle
@@ -9,7 +9,5 @@ dependencies {
9
api("com.sun.xml.messaging.saaj:saaj-impl")
10
api("jakarta.xml.ws:jakarta.xml.ws-api")
11
api("org.springframework:spring-oxm")
12
- api("org.springframework.ws:spring-ws-core") {
13
- exclude group: "jakarta.servlet", module: "jakarta.servlet-api"
14
- }
+ api("org.springframework.ws:spring-ws-core")
15
}
0 commit comments