parent
2d2db530b1
commit
24cb1def7d
|
|
@ -153,6 +153,7 @@ configure(allprojects) { project ->
|
|||
dependency "org.mozilla:rhino:1.7.11"
|
||||
|
||||
dependency("org.dom4j:dom4j:2.1.3") {
|
||||
exclude group: 'javax.xml.bind', name: "jaxb-api"
|
||||
exclude group: "jaxen", name: "jaxen"
|
||||
exclude group: "net.java.dev.msv", name: "xsdlib"
|
||||
exclude group: "pull-parser", name: "pull-parser"
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue