File tree 1 file changed +1
-5
lines changed
1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ configure(allprojects) { project ->
46
46
mavenBom " com.fasterxml.jackson:jackson-bom:2.10.0"
47
47
mavenBom " io.netty:netty-bom:4.1.39.Final"
48
48
mavenBom " io.projectreactor:reactor-bom:Dysprosium-RELEASE"
49
+ mavenBom " io.rsocket:rsocket-bom:1.0.0-RC5"
49
50
mavenBom " org.eclipse.jetty:jetty-bom:9.4.20.v20190813"
50
51
mavenBom " org.jetbrains.kotlin:kotlin-bom:1.3.50"
51
52
mavenBom " org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.2"
@@ -78,10 +79,6 @@ configure(allprojects) { project ->
78
79
dependency " io.reactivex:rxjava:1.3.8"
79
80
dependency " io.reactivex:rxjava-reactive-streams:1.2.1"
80
81
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
- }
85
82
86
83
dependency " com.caucho:hessian:4.0.62"
87
84
dependency " com.fasterxml:aalto-xml:1.2.2"
@@ -299,7 +296,6 @@ configure(allprojects) { project ->
299
296
repositories {
300
297
mavenCentral()
301
298
maven { url " https://repo.spring.io/libs-spring-framework-build" }
302
- maven { url " https://repo.spring.io/milestone" } // for RSocket
303
299
}
304
300
}
305
301
configurations. all {
You can’t perform that action at this time.
0 commit comments