Skip to content

Commit 3cc7efc

Browse files
committed
Merge branch '5.2.x'
2 parents e0d7129 + b48ddef commit 3cc7efc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ configure(allprojects) { project ->
2626
mavenBom "com.fasterxml.jackson:jackson-bom:2.11.0"
2727
mavenBom "io.netty:netty-bom:4.1.50.Final"
2828
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"
3030
mavenBom "org.eclipse.jetty:jetty-bom:9.4.29.v20200521"
3131
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.72"
3232
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.5"
@@ -282,7 +282,6 @@ configure(allprojects) { project ->
282282
mavenCentral()
283283
maven { url "https://repo.spring.io/libs-spring-framework-build" }
284284
maven { url "https://repo.spring.io/snapshot" } // Reactor
285-
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local" } // RSocket
286285
}
287286
}
288287
configurations.all {

0 commit comments

Comments
 (0)