|
|
|
@ -43,17 +43,17 @@ dependencies { |
|
|
|
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") { |
|
|
|
optional("org.apache.taglibs:taglibs-standard-jstlel:1.2.5") { |
|
|
|
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec" |
|
|
|
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec" |
|
|
|
} |
|
|
|
} |
|
|
|
optional("net.sourceforge.htmlunit:htmlunit:2.27") { |
|
|
|
optional("net.sourceforge.htmlunit:htmlunit:2.28") { |
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
} |
|
|
|
} |
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver:2.27") { |
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver:2.28") { |
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
} |
|
|
|
} |
|
|
|
optional("org.seleniumhq.selenium:selenium-java:3.6.0") { |
|
|
|
optional("org.seleniumhq.selenium:selenium-java:3.7.1") { |
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
exclude group: "io.netty", module: "netty" |
|
|
|
exclude group: "io.netty", module: "netty" |
|
|
|
} |
|
|
|
} |
|
|
|
optional("org.xmlunit:xmlunit-matchers:2.5.0") |
|
|
|
optional("org.xmlunit:xmlunit-matchers:2.5.1") |
|
|
|
optional("org.skyscreamer:jsonassert:1.5.0") |
|
|
|
optional("org.skyscreamer:jsonassert:1.5.0") |
|
|
|
optional("com.jayway.jsonpath:json-path:2.4.0") |
|
|
|
optional("com.jayway.jsonpath:json-path:2.4.0") |
|
|
|
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") |
|
|
|
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}") |
|
|
|
|