Start building against Reactor 2020.0.12 snapshots
See gh-27527
This commit is contained in:
parent
90fdcf88d8
commit
d5597a75a6
|
@ -29,7 +29,7 @@ configure(allprojects) { project ->
|
|||
imports {
|
||||
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.5"
|
||||
mavenBom "io.netty:netty-bom:4.1.68.Final"
|
||||
mavenBom "io.projectreactor:reactor-bom:2020.0.11"
|
||||
mavenBom "io.projectreactor:reactor-bom:2020.0.12-SNAPSHOT"
|
||||
mavenBom "io.r2dbc:r2dbc-bom:Arabba-SR10"
|
||||
mavenBom "io.rsocket:rsocket-bom:1.1.1"
|
||||
mavenBom "org.eclipse.jetty:jetty-bom:9.4.43.v20210629"
|
||||
|
@ -292,6 +292,7 @@ configure(allprojects) { project ->
|
|||
repositories {
|
||||
mavenCentral()
|
||||
maven { url "https://repo.spring.io/libs-spring-framework-build" }
|
||||
maven { url "https://repo.spring.io/snapshot" } // reactor
|
||||
}
|
||||
}
|
||||
configurations.all {
|
||||
|
|
Loading…
Reference in New Issue