Skip to content

Commit 7116a82

Browse files
committed
Fix JAXB setup for XMLUnit
1 parent 465fc7f commit 7116a82

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ groovy2-bom = { module = "org.codehaus.groovy:groovy-bom", version = "2.5.23" }
4040
hamcrest = { module = "org.hamcrest:hamcrest", version = "3.0" }
4141
jackson-dataformat-yaml = { module = "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml", version.ref = "jackson" }
4242
jackson-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" }
4345
jfrunit = { module = "org.moditect.jfrunit:jfrunit-core", version = "1.0.0.Alpha2" }
4446
jimfs = { module = "com.google.jimfs:jimfs", version = "1.3.1" }
4547
jmh-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
7274
spock1 = { module = "org.spockframework:spock-core", version = "1.3-groovy-2.5" }
7375
xmlunit-assertj = { module = "org.xmlunit:xmlunit-assertj3", version.ref = "xmlunit" }
7476
xmlunit-placeholders = { module = "org.xmlunit:xmlunit-placeholders", version.ref = "xmlunit" }
77+
xmlunit-jakarta-jaxb-impl = { module = "org.xmlunit:xmlunit-jakarta-jaxb-impl", version.ref = "xmlunit" }
7578
testingAnnotations = { module = "com.gradle:develocity-testing-annotations", version = "2.0.1" }
7679
woodstox = { 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]
8891
ant = ["ant", "ant-junit", "ant-junitlauncher"]
8992
log4j = ["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]
9396
asciidoctorConvert = { id = "org.asciidoctor.jvm.convert", version.ref = "asciidoctor-plugins" }

0 commit comments

Comments
 (0)