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 @@ -28,7 +28,7 @@ configure(allprojects) { project ->
28
28
imports {
29
29
mavenBom " com.fasterxml.jackson:jackson-bom:2.12.2"
30
30
mavenBom " io.netty:netty-bom:4.1.60.Final"
31
- mavenBom " io.projectreactor:reactor-bom:2020.0.5-SNAPSHOT "
31
+ mavenBom " io.projectreactor:reactor-bom:2020.0.5"
32
32
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR9"
33
33
mavenBom " io.rsocket:rsocket-bom:1.1.0"
34
34
mavenBom " org.eclipse.jetty:jetty-bom:9.4.38.v20210224"
@@ -292,7 +292,6 @@ configure(allprojects) { project ->
292
292
repositories {
293
293
mavenCentral()
294
294
maven { url " https://repo.spring.io/libs-spring-framework-build" }
295
- maven { url " https://repo.spring.io/snapshot" } // Reactor
296
295
}
297
296
}
298
297
configurations. all {
You can’t perform that action at this time.
0 commit comments