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 @@ -29,7 +29,7 @@ configure(allprojects) { project ->
2929 imports {
3030 mavenBom " com.fasterxml.jackson:jackson-bom:2.12.7"
3131 mavenBom " io.netty:netty-bom:4.1.77.Final"
32- mavenBom " io.projectreactor:reactor-bom:2020.0.20-SNAPSHOT "
32+ mavenBom " io.projectreactor:reactor-bom:2020.0.20"
3333 mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR13"
3434 mavenBom " io.rsocket:rsocket-bom:1.1.2"
3535 mavenBom " org.eclipse.jetty:jetty-bom:9.4.46.v20220331"
@@ -292,7 +292,6 @@ configure(allprojects) { project ->
292292 repositories {
293293 mavenCentral()
294294 maven { url " https://repo.spring.io/libs-spring-framework-build" }
295- maven { url " https://repo.spring.io/snapshot" } // reactor
296295 }
297296 }
298297 configurations. all {
You can’t perform that action at this time.
0 commit comments