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.11.3"
29
29
mavenBom " io.netty:netty-bom:4.1.53.Final"
30
- mavenBom " io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT "
30
+ mavenBom " io.projectreactor:reactor-bom:2020.0.0"
31
31
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR8"
32
32
mavenBom " io.rsocket:rsocket-bom:1.1.0-SNAPSHOT"
33
33
mavenBom " org.eclipse.jetty:jetty-bom:9.4.33.v20201020"
@@ -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
maven { url " https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
296
295
}
297
296
}
You can’t perform that action at this time.
0 commit comments