Remove unnecessary exclusion from web-services starter

See gh-28648
pull/28887/head
Scott Frederick 3 years ago
parent 1f838bf2ee
commit f28eb073b3

@ -9,7 +9,5 @@ dependencies {
api("com.sun.xml.messaging.saaj:saaj-impl") api("com.sun.xml.messaging.saaj:saaj-impl")
api("jakarta.xml.ws:jakarta.xml.ws-api") api("jakarta.xml.ws:jakarta.xml.ws-api")
api("org.springframework:spring-oxm") api("org.springframework:spring-oxm")
api("org.springframework.ws:spring-ws-core") { api("org.springframework.ws:spring-ws-core")
exclude group: "jakarta.servlet", module: "jakarta.servlet-api"
}
} }

Loading…
Cancel
Save