mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Merge branch '4.0.x'
See gh-49170 Closes gh-49200
This commit is contained in:
@@ -948,7 +948,14 @@ bom {
|
||||
.formatted(version.major(), version.minor()), "jakarta.ws.rs")
|
||||
}
|
||||
}
|
||||
library("Jakarta XML Bind", "4.0.5") {
|
||||
library("Jakarta XML Bind", "4.0.4") {
|
||||
alignWith {
|
||||
version {
|
||||
of "jakarta.xml.bind:jakarta.xml.bind-api"
|
||||
from "org.glassfish.jaxb:jaxb-core"
|
||||
managedBy "Glassfish JAXB"
|
||||
}
|
||||
}
|
||||
group("jakarta.xml.bind") {
|
||||
modules = [
|
||||
"jakarta.xml.bind-api"
|
||||
|
||||
Reference in New Issue
Block a user