提交 451bcfc8 编写于 作者: S Stephane Nicoll

Start building against Reactor 2020.0.10 snapshots

See gh-27250
上级 d4cd9405
......@@ -29,7 +29,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.12.4"
mavenBom "io.netty:netty-bom:4.1.66.Final"
mavenBom "io.projectreactor:reactor-bom:2020.0.9"
mavenBom "io.projectreactor:reactor-bom:2020.0.10-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"
......@@ -290,6 +290,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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册