|
|
|
|
@ -36,7 +36,7 @@ dependencies {
@@ -36,7 +36,7 @@ dependencies {
|
|
|
|
|
optional("junit:junit:4.12") |
|
|
|
|
optional("org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}") |
|
|
|
|
optional("org.apiguardian:apiguardian-api:1.0.0") // for compiling against JUnit 5 without warnings |
|
|
|
|
optional("org.testng:testng:6.12") |
|
|
|
|
optional("org.testng:testng:6.13.1") |
|
|
|
|
optional("org.aspectj:aspectjweaver:${aspectjVersion}") |
|
|
|
|
optional("org.codehaus.groovy:groovy-all:${groovyVersion}") |
|
|
|
|
optional("org.hamcrest:hamcrest-core:1.3") |
|
|
|
|
@ -46,7 +46,7 @@ dependencies {
@@ -46,7 +46,7 @@ dependencies {
|
|
|
|
|
optional("net.sourceforge.htmlunit:htmlunit:2.28") { |
|
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
|
} |
|
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver:2.28.1") { |
|
|
|
|
optional("org.seleniumhq.selenium:htmlunit-driver:2.28.2") { |
|
|
|
|
exclude group: "commons-logging", module: "commons-logging" |
|
|
|
|
} |
|
|
|
|
optional("org.seleniumhq.selenium:selenium-java:3.7.1") { |
|
|
|
|
|