File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ configure(allprojects) { project ->
25
25
imports {
26
26
mavenBom " com.fasterxml.jackson:jackson-bom:2.11.2"
27
27
mavenBom " io.netty:netty-bom:4.1.51.Final"
28
- mavenBom " io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT "
28
+ mavenBom " io.projectreactor:reactor-bom:2020.0.0-M2 "
29
29
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR5"
30
30
mavenBom " io.rsocket:rsocket-bom:1.1.0-SNAPSHOT"
31
31
mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
@@ -285,7 +285,8 @@ configure(allprojects) { project ->
285
285
repositories {
286
286
mavenCentral()
287
287
maven { url " https://repo.spring.io/libs-spring-framework-build" }
288
- maven { url " https://repo.spring.io/snapshot" } // Reactor and RSocket
288
+ maven { url " https://repo.spring.io/milestone" } // Reactor
289
+ maven { url " https://repo.spring.io/snapshot" } // RSocket
289
290
}
290
291
}
291
292
configurations. all {
You can’t perform that action at this time.
0 commit comments