Remove transitive dependency on Java EE 8 JAX-B
Closes gh-27754
This commit is contained in:
parent
5589e6ceed
commit
32359c52b4
|
|
@ -45,7 +45,9 @@ dependencies {
|
||||||
testImplementation("org.apache.httpcomponents:httpclient")
|
testImplementation("org.apache.httpcomponents:httpclient")
|
||||||
testImplementation("commons-io:commons-io")
|
testImplementation("commons-io:commons-io")
|
||||||
testImplementation("org.mozilla:rhino")
|
testImplementation("org.mozilla:rhino")
|
||||||
testImplementation("org.dom4j:dom4j")
|
testImplementation("org.dom4j:dom4j") {
|
||||||
|
exclude group: 'javax.xml.bind', module: "jaxb-api"
|
||||||
|
}
|
||||||
testImplementation("jaxen:jaxen")
|
testImplementation("jaxen:jaxen")
|
||||||
testImplementation("org.xmlunit:xmlunit-assertj")
|
testImplementation("org.xmlunit:xmlunit-assertj")
|
||||||
testImplementation("org.xmlunit:xmlunit-matchers")
|
testImplementation("org.xmlunit:xmlunit-matchers")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue