Use Gradle test fixture support for spring-core
See gh-23550
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user