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 @@ -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" ) {
You can’t perform that action at this time.
0 commit comments