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 ->
29
29
mavenBom " com.fasterxml.jackson:jackson-bom:2.10.3"
30
30
mavenBom " io.netty:netty-bom:4.1.49.Final"
31
31
mavenBom " io.projectreactor:reactor-bom:Dysprosium-SR7"
32
- mavenBom " io.rsocket:rsocket-bom:1.0.0-RC7-SNAPSHOT "
32
+ mavenBom " io.rsocket:rsocket-bom:1.0.0-RC7"
33
33
mavenBom " org.eclipse.jetty:jetty-bom:9.4.28.v20200408"
34
34
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.72"
35
35
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
@@ -279,7 +279,6 @@ configure(allprojects) { project ->
279
279
repositories {
280
280
mavenCentral()
281
281
maven { url " https://repo.spring.io/libs-spring-framework-build" }
282
- maven { url " https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
283
282
}
284
283
}
285
284
configurations. all {
You can’t perform that action at this time.
0 commit comments