mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 20:59:07 +00:00
11 lines
313 B
Groovy
11 lines
313 B
Groovy
description = "Spring Core Test"
|
|
|
|
dependencies {
|
|
api(project(":spring-core"))
|
|
api("org.assertj:assertj-core")
|
|
api("com.thoughtworks.qdox:qdox")
|
|
compileOnly("org.junit.jupiter:junit-jupiter")
|
|
compileOnly("org.junit.platform:junit-platform-engine")
|
|
compileOnly("org.junit.platform:junit-platform-launcher")
|
|
}
|