Add junit-platform-launcher dependency by convention

Closes gh-25074
This commit is contained in:
Andy Wilkinson
2021-02-02 10:22:36 +00:00
parent 630d216430
commit 67479b6380
116 changed files with 9 additions and 221 deletions

View File

@@ -65,8 +65,6 @@ dependencies {
testImplementation("org.mockito:mockito-core")
testImplementation("org.springframework:spring-test")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testRepository(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-actuator", configuration: "mavenRepository"))
testRepository(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-amqp", configuration: "mavenRepository"))
testRepository(project(path: ":spring-boot-project:spring-boot-starters:spring-boot-starter-aop", configuration: "mavenRepository"))