File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ configure(allprojects) { project ->
4646 mavenBom " com.fasterxml.jackson:jackson-bom:2.10.0"
4747 mavenBom " io.netty:netty-bom:4.1.39.Final"
4848 mavenBom " io.projectreactor:reactor-bom:Dysprosium-RELEASE"
49+ mavenBom " io.rsocket:rsocket-bom:1.0.0-RC5"
4950 mavenBom " org.eclipse.jetty:jetty-bom:9.4.20.v20190813"
5051 mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.50"
5152 mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.2"
@@ -78,10 +79,6 @@ configure(allprojects) { project ->
7879 dependency " io.reactivex:rxjava:1.3.8"
7980 dependency " io.reactivex:rxjava-reactive-streams:1.2.1"
8081 dependency " io.reactivex.rxjava2:rxjava:2.2.12"
81- dependencySet(group : ' io.rsocket' , version : ' 1.0.0-RC5' ) {
82- entry ' rsocket-core'
83- entry ' rsocket-transport-netty'
84- }
8582
8683 dependency " com.caucho:hessian:4.0.62"
8784 dependency " com.fasterxml:aalto-xml:1.2.2"
@@ -299,7 +296,6 @@ configure(allprojects) { project ->
299296 repositories {
300297 mavenCentral()
301298 maven { url " https://repo.spring.io/libs-spring-framework-build" }
302- maven { url " https://repo.spring.io/milestone" } // for RSocket
303299 }
304300 }
305301 configurations. all {
You can’t perform that action at this time.
0 commit comments