Use Gradle test fixture support for spring-core

See gh-23550
This commit is contained in:
Sam Brannen
2019-12-28 11:44:40 +01:00
parent 75fd391fc7
commit 5718bf424b
224 changed files with 552 additions and 453 deletions

View File

@@ -30,6 +30,8 @@ dependencies {
optional("com.google.protobuf:protobuf-java-util")
optional("org.jetbrains.kotlinx:kotlinx-coroutines-core")
optional("org.jetbrains.kotlinx:kotlinx-coroutines-reactor")
testCompile(project(":kotlin-coroutines"))
testCompile(testFixtures(project(":spring-core")))
testCompile("javax.xml.bind:jaxb-api")
testCompile("com.fasterxml:aalto-xml")
testCompile("org.hibernate:hibernate-validator")
@@ -44,7 +46,6 @@ dependencies {
testCompile("org.eclipse.jetty:jetty-reactive-httpclient")
testCompile("org.junit.platform:junit-platform-launcher")
testCompile("com.squareup.okhttp3:mockwebserver")
testCompile(project(":kotlin-coroutines"))
testCompile("org.jetbrains.kotlin:kotlin-script-runtime")
testRuntime("org.jetbrains.kotlin:kotlin-scripting-jsr223-embeddable")
testRuntime("org.jruby:jruby")