Fix Selenium dependencies in :samples Gradle modules.

This commit is contained in:
John Blum
2017-06-07 01:12:01 -07:00
parent 4bd11b5fe3
commit 9e53ae0910
7 changed files with 29 additions and 14 deletions

View File

@@ -18,6 +18,7 @@ dependencies {
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile seleniumDependencies
integrationTestCompile seleniumDependencies

View File

@@ -14,6 +14,8 @@ dependencies {
providedCompile "javax.servlet:javax.servlet-api"
testCompile "junit:junit"
testCompile "org.assertj:assertj-core"
testCompile seleniumDependencies
integrationTestCompile seleniumDependencies