Start building against Reactor 2020.0.0 snapshots

See gh-25947
This commit is contained in:
Stephane Nicoll 2020-10-21 14:21:49 +02:00
parent c748870853
commit 07769ddcc6
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.3"
mavenBom "io.netty:netty-bom:4.1.53.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.0-RC2"
mavenBom "io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT"
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR7"
mavenBom "io.rsocket:rsocket-bom:1.1.0-RC1"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.32.v20200930"
@ -291,7 +291,7 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/milestone" } // Reactor
maven { url "https://repo.spring.io/snapshot" } // Reactor
}
}
configurations.all {