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 @@ -26,7 +26,7 @@ configure(allprojects) { project ->
26
26
mavenBom " com.fasterxml.jackson:jackson-bom:2.11.0"
27
27
mavenBom " io.netty:netty-bom:4.1.50.Final"
28
28
mavenBom " io.projectreactor:reactor-bom:2020.0.0-SNAPSHOT"
29
- mavenBom " io.rsocket:rsocket-bom:1.0.1-SNAPSHOT "
29
+ mavenBom " io.rsocket:rsocket-bom:1.0.1"
30
30
mavenBom " org.eclipse.jetty:jetty-bom:9.4.29.v20200521"
31
31
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.72"
32
32
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
@@ -282,7 +282,6 @@ configure(allprojects) { project ->
282
282
mavenCentral()
283
283
maven { url " https://repo.spring.io/libs-spring-framework-build" }
284
284
maven { url " https://repo.spring.io/snapshot" } // Reactor
285
- maven { url " https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
286
285
}
287
286
}
288
287
configurations. all {
You can’t perform that action at this time.
0 commit comments