Commit 1f00938c authored by Andy Wilkinson's avatar Andy Wilkinson

Upgrade to SAAJ Impl 1.5.2

Closes gh-21277
parent a361583c
......@@ -1516,7 +1516,7 @@ bom {
]
}
}
library("SAAJ Impl", "1.5.1") {
library("SAAJ Impl", "1.5.2") {
group("com.sun.xml.messaging.saaj") {
modules = [
"saaj-impl"
......
......@@ -8,7 +8,9 @@ dependencies {
api(platform(project(":spring-boot-project:spring-boot-dependencies")))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
api("com.sun.xml.messaging.saaj:saaj-impl")
api("jakarta.xml.ws:jakarta.xml.ws-api")
api("jakarta.xml.ws:jakarta.xml.ws-api") {
exclude group: "jakarta.activation", module: "jakarta.activation-api"
}
api("org.springframework:spring-oxm")
api("org.springframework.ws:spring-ws-core")
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment