File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ configure(allprojects) { project ->
27
27
imports {
28
28
mavenBom " com.fasterxml.jackson:jackson-bom:2.12.0"
29
29
mavenBom " io.netty:netty-bom:4.1.56.Final"
30
- mavenBom " io.projectreactor:reactor-bom:2020.0.3-SNAPSHOT "
30
+ mavenBom " io.projectreactor:reactor-bom:2020.0.3"
31
31
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR8"
32
32
mavenBom " io.rsocket:rsocket-bom:1.1.0"
33
33
mavenBom " org.eclipse.jetty:jetty-bom:9.4.35.v20201120"
@@ -291,7 +291,6 @@ configure(allprojects) { project ->
291
291
repositories {
292
292
mavenCentral()
293
293
maven { url " https://repo.spring.io/libs-spring-framework-build" }
294
- maven { url " https://repo.spring.io/snapshot" } // Reactor
295
294
}
296
295
}
297
296
configurations. all {
You can’t perform that action at this time.
0 commit comments