Skip to content

Commit e76d19e

Browse files
committed
Merge branch '4.0.x'
2 parents 313ebce + 791a7ee commit e76d19e

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
@@ -490,7 +490,7 @@ bom {
490490
dependencyManagementDeclaredIn("org.glassfish.jaxb:jaxb-bom") {
491491
excluding { candidate -> candidate.classifier().equals("sources") }
492492
excluding { candidate ->
493-
def permittedGroups = Set.of("org.glassfix.jaxb", "com.sun.xml.bind")
493+
def permittedGroups = Set.of("org.glassfish.jaxb", "com.sun.xml.bind")
494494
return !permittedGroups.contains(candidate.groupId())
495495
}
496496
}
@@ -951,9 +951,7 @@ bom {
951951
library("Jakarta XML Bind", "4.0.4") {
952952
alignWith {
953953
version {
954-
of "jakarta.xml.bind:jakarta.xml.bind-api"
955954
from "org.glassfish.jaxb:jaxb-core"
956-
managedBy "Glassfish JAXB"
957955
}
958956
}
959957
group("jakarta.xml.bind") {

0 commit comments

Comments
 (0)