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

@@ -3,6 +3,10 @@ apply plugin: "application"
apply from: IDE_GRADLE
repositories {
mavenCentral()
}
dependencies {
compile project(':spring-session-data-geode')
@@ -14,6 +18,12 @@ dependencies {
runtime "org.springframework.shell:spring-shell"
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile seleniumDependencies
// testCompile 'org.seleniumhq.selenium:htmlunit-driver'
// testCompile 'org.seleniumhq.selenium:selenium-api'
// testCompile 'org.seleniumhq.selenium:selenium-java'
// testCompile 'org.seleniumhq.selenium:selenium-remote-driver'
// testCompile 'org.seleniumhq.selenium:selenium-support'
integrationTestCompile seleniumDependencies