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:
@@ -20,11 +20,4 @@ dependencies {
|
||||
implementation("org.tomlj:tomlj:1.0.0")
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-tools:spring-boot-test-support"))
|
||||
testImplementation("com.jayway.jsonpath:json-path")
|
||||
testImplementation("org.assertj:assertj-core")
|
||||
testImplementation("org.hamcrest:hamcrest")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter")
|
||||
testImplementation("org.mockito:mockito-core")
|
||||
testImplementation("org.mockito:mockito-junit-jupiter")
|
||||
testImplementation("org.skyscreamer:jsonassert")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user