Use Gradle test fixture support for spring-core
See gh-23550
This commit is contained in:
@@ -42,6 +42,7 @@ dependencies {
|
||||
optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
|
||||
testCompile(project(":spring-context-support"))
|
||||
testCompile(project(":spring-oxm"))
|
||||
testCompile(testFixtures(project(":spring-core")))
|
||||
testCompile("javax.annotation:javax.annotation-api")
|
||||
testCompile("javax.cache:cache-api")
|
||||
testCompile("javax.ejb:javax.ejb-api")
|
||||
|
||||
Reference in New Issue
Block a user