mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-25 09:32:11 +01:00
Remove extra selenium dependency in wrong place
This commit is contained in:
parent
315feb282b
commit
6f45430831
@ -1,6 +1,8 @@
|
||||
// Aggregate Javadocs
|
||||
buildscript {
|
||||
repositories { mavenCentral() }
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.netflix.nebula:gradle-aggregate-javadocs-plugin:3.0.+'
|
||||
}
|
||||
@ -117,7 +119,6 @@ subprojects {
|
||||
testImplementation "org.junit.jupiter:junit-jupiter:$junitVersion" // JUnit 5
|
||||
testImplementation "org.mockito:mockito-core:$mockitoVersion" // Mockito Core
|
||||
testImplementation "org.mockito:mockito-junit-jupiter:$mockitoVersion" // Mockito JUnit 5 Extension
|
||||
testImplementation "org.seleniumhq.selenium:selenium-java:4.2.0" // Selenium (Browser tests)
|
||||
testImplementation "com.jayway.awaitility:awaitility:1.7.0" // Awaitility (Concurrent wait conditions)
|
||||
|
||||
// Testing dependencies required by Plan
|
||||
|
Loading…
Reference in New Issue
Block a user