Remove the 'testCompile seleniumDependencies' dependency declaration.
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -18,7 +18,6 @@ dependencies {
|
||||
|
||||
testCompile "junit:junit"
|
||||
testCompile "org.assertj:assertj-core"
|
||||
testCompile seleniumDependencies
|
||||
|
||||
integrationTestCompile seleniumDependencies
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ dependencies {
|
||||
|
||||
testCompile "junit:junit"
|
||||
testCompile "org.assertj:assertj-core"
|
||||
testCompile seleniumDependencies
|
||||
|
||||
integrationTestCompile seleniumDependencies
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@ dependencies {
|
||||
|
||||
testCompile "junit:junit"
|
||||
testCompile "org.assertj:assertj-core"
|
||||
testCompile seleniumDependencies
|
||||
|
||||
integrationTestCompile seleniumDependencies
|
||||
|
||||
|
||||
@@ -13,7 +13,6 @@ dependencies {
|
||||
|
||||
testCompile "junit:junit"
|
||||
testCompile "org.assertj:assertj-core"
|
||||
testCompile seleniumDependencies
|
||||
|
||||
integrationTestCompile seleniumDependencies
|
||||
|
||||
|
||||
Reference in New Issue
Block a user