Upgrade to HtmlUnit-aligned Selenium Driver 2.20
Issue: SPR-14146
This commit is contained in:
parent
550a3209f7
commit
d695f65e7c
11
build.gradle
11
build.gradle
|
|
@ -71,7 +71,7 @@ configure(allprojects) { project ->
|
||||||
ext.protobufVersion = "2.6.1"
|
ext.protobufVersion = "2.6.1"
|
||||||
ext.reactorVersion = "2.0.7.RELEASE"
|
ext.reactorVersion = "2.0.7.RELEASE"
|
||||||
ext.romeVersion = "1.6.0"
|
ext.romeVersion = "1.6.0"
|
||||||
ext.seleniumVersion = "2.52.0"
|
ext.seleniumVersion = "2.53.0"
|
||||||
ext.slf4jVersion = "1.7.21"
|
ext.slf4jVersion = "1.7.21"
|
||||||
ext.snakeyamlVersion = "1.17"
|
ext.snakeyamlVersion = "1.17"
|
||||||
ext.snifferVersion = "1.15"
|
ext.snifferVersion = "1.15"
|
||||||
|
|
@ -1020,11 +1020,12 @@ project("spring-test") {
|
||||||
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||||
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
|
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
|
||||||
optional("org.hamcrest:hamcrest-core:${hamcrestVersion}")
|
optional("org.hamcrest:hamcrest-core:${hamcrestVersion}")
|
||||||
optional("com.jayway.jsonpath:json-path:${jsonpathVersion}")
|
optional("org.seleniumhq.selenium:selenium-java:${seleniumVersion}")
|
||||||
optional("org.skyscreamer:jsonassert:${jsonassertVersion}")
|
optional("org.seleniumhq.selenium:htmlunit-driver:${htmlunitVersion}")
|
||||||
optional("xmlunit:xmlunit:${xmlunitVersion}")
|
|
||||||
optional("net.sourceforge.htmlunit:htmlunit:${htmlunitVersion}")
|
optional("net.sourceforge.htmlunit:htmlunit:${htmlunitVersion}")
|
||||||
optional("org.seleniumhq.selenium:selenium-htmlunit-driver:${seleniumVersion}")
|
optional("xmlunit:xmlunit:${xmlunitVersion}")
|
||||||
|
optional("org.skyscreamer:jsonassert:${jsonassertVersion}")
|
||||||
|
optional("com.jayway.jsonpath:json-path:${jsonpathVersion}")
|
||||||
testCompile(project(":spring-context-support"))
|
testCompile(project(":spring-context-support"))
|
||||||
testCompile(project(":spring-oxm"))
|
testCompile(project(":spring-oxm"))
|
||||||
testCompile("javax.mail:javax.mail-api:${javamailVersion}")
|
testCompile("javax.mail:javax.mail-api:${javamailVersion}")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue