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