Reduce number of test dependencies
Reduce the number of direct test dependencies and instead rely on transitive test support dependencies.
This commit is contained in:
@@ -185,8 +185,6 @@ dependencies {
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-actuator-autoconfigure"))
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
testImplementation("org.assertj:assertj-core")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
|
||||
testRuntimeOnly(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
||||
testRuntimeOnly("com.h2database:h2")
|
||||
|
||||
Reference in New Issue
Block a user