Upgrade to reactor 2.0.1
This commit is contained in:
@@ -53,7 +53,7 @@ configure(allprojects) { project ->
|
||||
ext.nettyVersion = "4.0.27.Final"
|
||||
ext.openjpaVersion = "2.2.2" // 2.3.0 not Java 8 compatible (based on ASM 4)
|
||||
ext.protobufVersion = "2.6.1"
|
||||
ext.reactorVersion = "2.0.1.BUILD-SNAPSHOT"
|
||||
ext.reactorVersion = "2.0.1.RELEASE"
|
||||
ext.slf4jVersion = "1.7.11"
|
||||
ext.snakeyamlVersion = "1.15"
|
||||
ext.snifferVersion = "1.14"
|
||||
@@ -119,7 +119,6 @@ configure(allprojects) { project ->
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/libs-release" }
|
||||
maven { url "https://repo.spring.io/milestone" }
|
||||
maven { url "https://repo.spring.io/snapshot" } // for reactor 2.0.1 snapshot
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user