Skip to content

Commit 791a7ee

Browse files
committed
Polish JAXB API version alignment
See gh-49199
1 parent 0471756 commit 791a7ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ bom {
441441
dependencyManagementDeclaredIn("org.glassfish.jaxb:jaxb-bom") {
442442
excluding { candidate -> candidate.classifier().equals("sources") }
443443
excluding { candidate ->
444-
def permittedGroups = Set.of("org.glassfix.jaxb", "com.sun.xml.bind")
444+
def permittedGroups = Set.of("org.glassfish.jaxb", "com.sun.xml.bind")
445445
return !permittedGroups.contains(candidate.groupId())
446446
}
447447
}
@@ -902,9 +902,7 @@ bom {
902902
library("Jakarta XML Bind", "4.0.4") {
903903
alignWith {
904904
version {
905-
of "jakarta.xml.bind:jakarta.xml.bind-api"
906905
from "org.glassfish.jaxb:jaxb-core"
907-
managedBy "Glassfish JAXB"
908906
}
909907
}
910908
group("jakarta.xml.bind") {

0 commit comments

Comments
 (0)