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
mavenBom " io.netty:netty-bom:4.1.51.Final"
28
28
mavenBom " io.projectreactor:reactor-bom:2020.0.0-M2"
29
29
mavenBom " io.r2dbc:r2dbc-bom:Arabba-SR5"
30
- mavenBom " io.rsocket:rsocket-bom:1.1.0-SNAPSHOT "
30
+ mavenBom " io.rsocket:rsocket-bom:1.1.0-M1 "
31
31
mavenBom " org.eclipse.jetty:jetty-bom:9.4.31.v20200723"
32
32
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.4.0-rc"
33
33
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.8-1.4.0-rc"
@@ -286,7 +286,6 @@ configure(allprojects) { project ->
286
286
mavenCentral()
287
287
maven { url " https://repo.spring.io/libs-spring-framework-build" }
288
288
maven { url " https://repo.spring.io/milestone" } // Reactor
289
- maven { url " https://repo.spring.io/snapshot" } // RSocket
290
289
}
291
290
}
292
291
configurations. all {
You can’t perform that action at this time.
0 commit comments