@@ -40,6 +40,8 @@ groovy2-bom = { module = "org.codehaus.groovy:groovy-bom", version = "2.5.23" }
4040hamcrest = { module = " org.hamcrest:hamcrest" , version = " 3.0" }
4141jackson-dataformat-yaml = { module = " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml" , version.ref = " jackson" }
4242jackson-module-kotlin = { module = " com.fasterxml.jackson.module:jackson-module-kotlin" , version.ref = " jackson" }
43+ jaxb-api = { module = " jakarta.xml.bind:jakarta.xml.bind-api" , version = " 4.0.4" }
44+ jaxb-runtime = { module = " org.glassfish.jaxb:jaxb-runtime" , version = " 4.0.6" }
4345jfrunit = { module = " org.moditect.jfrunit:jfrunit-core" , version = " 1.0.0.Alpha2" }
4446jimfs = { module = " com.google.jimfs:jimfs" , version = " 1.3.1" }
4547jmh-core = { module = " org.openjdk.jmh:jmh-core" , version.ref = " jmh" }
@@ -72,6 +74,7 @@ snapshotTests-xml = { module = "de.skuzzle.test:snapshot-tests-xml", version.ref
7274spock1 = { module = " org.spockframework:spock-core" , version = " 1.3-groovy-2.5" }
7375xmlunit-assertj = { module = " org.xmlunit:xmlunit-assertj3" , version.ref = " xmlunit" }
7476xmlunit-placeholders = { module = " org.xmlunit:xmlunit-placeholders" , version.ref = " xmlunit" }
77+ xmlunit-jakarta-jaxb-impl = { module = " org.xmlunit:xmlunit-jakarta-jaxb-impl" , version.ref = " xmlunit" }
7578testingAnnotations = { module = " com.gradle:develocity-testing-annotations" , version = " 2.0.1" }
7679woodstox = { module = " com.fasterxml.woodstox:woodstox-core" , version = " 7.1.1" }
7780
@@ -87,7 +90,7 @@ ktlint-cli = { module = "com.pinterest.ktlint:ktlint-cli", version.ref = "ktlint
8790[bundles ]
8891ant = [" ant" , " ant-junit" , " ant-junitlauncher" ]
8992log4j = [" log4j-core" , " log4j-jul" ]
90- xmlunit = [" xmlunit-assertj" , " xmlunit-placeholders" ]
93+ xmlunit = [" xmlunit-assertj" , " xmlunit-placeholders" , " xmlunit-jakarta-jaxb-impl " , " jaxb-api " , " jaxb-runtime " ]
9194
9295[plugins ]
9396asciidoctorConvert = { id = " org.asciidoctor.jvm.convert" , version.ref = " asciidoctor-plugins" }
0 commit comments