Closes gh-27754
This commit is contained in:
Brian Clozel
2021-12-02 14:23:16 +01:00
parent 2d2db530b1
commit 24cb1def7d
2 changed files with 2 additions and 3 deletions

View File

@@ -45,9 +45,7 @@ dependencies {
testImplementation("org.apache.httpcomponents:httpclient")
testImplementation("commons-io:commons-io")
testImplementation("org.mozilla:rhino")
testImplementation("org.dom4j:dom4j") {
exclude group: 'javax.xml.bind', module: "jaxb-api"
}
testImplementation("org.dom4j:dom4j")
testImplementation("jaxen:jaxen")
testImplementation("org.xmlunit:xmlunit-assertj")
testImplementation("org.xmlunit:xmlunit-matchers")