Add support for RxJava 3
Closes gh-24170
This commit is contained in:
@@ -59,9 +59,7 @@ dependencies {
|
||||
testCompile("org.hibernate:hibernate-validator")
|
||||
testCompile("javax.validation:validation-api")
|
||||
testCompile("io.projectreactor:reactor-core")
|
||||
testCompile("io.reactivex:rxjava")
|
||||
testCompile("io.reactivex:rxjava-reactive-streams")
|
||||
testCompile("io.reactivex.rxjava2:rxjava")
|
||||
testCompile("io.reactivex.rxjava3:rxjava")
|
||||
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