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 @@ -36,7 +36,7 @@ configure(allprojects) { project ->
36
36
imports {
37
37
mavenBom " com.fasterxml.jackson:jackson-bom:2.10.2"
38
38
mavenBom " io.netty:netty-bom:4.1.44.Final"
39
- mavenBom " io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT "
39
+ mavenBom " io.projectreactor:reactor-bom:Dysprosium-SR3 "
40
40
mavenBom " io.rsocket:rsocket-bom:1.0.0-RC5"
41
41
mavenBom " org.eclipse.jetty:jetty-bom:9.4.25.v20191220"
42
42
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.61"
@@ -286,7 +286,6 @@ configure(allprojects) { project ->
286
286
}
287
287
repositories {
288
288
mavenCentral()
289
- maven { url " https://repo.spring.io/snapshot" } // Reactor Dysprosium snapshots
290
289
maven { url " https://repo.spring.io/libs-spring-framework-build" }
291
290
}
292
291
}
You can’t perform that action at this time.
0 commit comments