Remove workaround for reactor-core issue

This commit is contained in:
Rossen Stoyanchev
2019-04-03 16:26:52 -04:00
parent 0cc6a9ef11
commit b3bc2d9253
3 changed files with 8 additions and 13 deletions

View File

@@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
nettyVersion = "4.1.34.Final"
reactorVersion = "Californium-SR6"
reactorVersion = "Californium-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.8"
@@ -149,6 +149,8 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
mavenLocal()
}
dependencies {