Use Gradle test fixture support for spring-core
See gh-23550
This commit is contained in:
@@ -19,6 +19,7 @@ dependencies {
|
||||
optional("org.jetbrains.kotlin:kotlin-stdlib")
|
||||
optional("org.jetbrains.kotlinx:kotlinx-coroutines-core")
|
||||
optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
|
||||
testCompile(testFixtures(project(":spring-core")))
|
||||
testCompile("org.aspectj:aspectjweaver")
|
||||
testCompile("org.codehaus.groovy:groovy")
|
||||
testCompile("org.eclipse.persistence:javax.persistence")
|
||||
|
||||
Reference in New Issue
Block a user