Use Gradle test fixture support for spring-core
See gh-23550
This commit is contained in:
@@ -7,6 +7,7 @@ dependencies {
|
||||
testCompile(project(":spring-beans"))
|
||||
testCompile(project(":spring-context"))
|
||||
testCompile(project(":spring-core"))
|
||||
testCompile(testFixtures(project(":spring-core")))
|
||||
testCompile(project(":spring-expression"))
|
||||
testCompile(project(":spring-jdbc"))
|
||||
testCompile(project(":spring-orm"))
|
||||
|
||||
Reference in New Issue
Block a user