Merge branch '5.1.x'

This commit is contained in:
Rossen Stoyanchev 2019-02-07 12:00:44 -05:00
commit cb9db70857
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.3.21"
log4jVersion = "2.11.1"
nettyVersion = "4.1.33.Final"
reactorVersion = "Californium-SR4"
reactorVersion = "Californium-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.6"
@ -150,6 +150,7 @@ configure(allprojects) { project ->
repositories {
mavenLocal()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/libs-snapshot" } // Reactor
}
dependencies {