File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
platform/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff 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" ) {
You can’t perform that action at this time.
0 commit comments