mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Polish JAXB API version alignment
See gh-49199
This commit is contained in:
@@ -441,7 +441,7 @@ bom {
|
||||
dependencyManagementDeclaredIn("org.glassfish.jaxb:jaxb-bom") {
|
||||
excluding { candidate -> candidate.classifier().equals("sources") }
|
||||
excluding { candidate ->
|
||||
def permittedGroups = Set.of("org.glassfix.jaxb", "com.sun.xml.bind")
|
||||
def permittedGroups = Set.of("org.glassfish.jaxb", "com.sun.xml.bind")
|
||||
return !permittedGroups.contains(candidate.groupId())
|
||||
}
|
||||
}
|
||||
@@ -902,9 +902,7 @@ bom {
|
||||
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") {
|
||||
|
||||
Reference in New Issue
Block a user