Remove unnecessary exclusion from web-services starter
See gh-28648
This commit is contained in:
parent
1f838bf2ee
commit
f28eb073b3
|
@ -9,7 +9,5 @@ dependencies {
|
|||
api("com.sun.xml.messaging.saaj:saaj-impl")
|
||||
api("jakarta.xml.ws:jakarta.xml.ws-api")
|
||||
api("org.springframework:spring-oxm")
|
||||
api("org.springframework.ws:spring-ws-core") {
|
||||
exclude group: "jakarta.servlet", module: "jakarta.servlet-api"
|
||||
}
|
||||
api("org.springframework.ws:spring-ws-core")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue