Remove the 'testCompile seleniumDependencies' dependency declaration.

This commit is contained in:
John Blum
2018-08-24 21:29:41 -07:00
parent 72a1209b98
commit d5b1769157
5 changed files with 0 additions and 6 deletions

View File

@@ -28,8 +28,6 @@ dependencies {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
}
testCompile seleniumDependencies
integrationTestCompile seleniumDependencies
integrationTestRuntime "org.springframework.shell:spring-shell"

View File

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

View File

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

View File

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

View File

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