Consistent dependency declarations

This commit is contained in:
Juergen Hoeller
2023-08-02 00:56:50 +02:00
parent 52176edcbf
commit d250a5155a
20 changed files with 174 additions and 174 deletions

View File

@@ -2,8 +2,8 @@ description = "Spring Core Test"
dependencies {
api(project(":spring-core"))
api("org.junit.jupiter:junit-jupiter-api")
api("org.assertj:assertj-core")
api("org.junit.jupiter:junit-jupiter-api")
compileOnly("org.junit.jupiter:junit-jupiter")
compileOnly("org.junit.platform:junit-platform-engine")
compileOnly("org.junit.platform:junit-platform-launcher")