Remove unnecessary exclusion from web-services starter
See gh-28648
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user