Skip to content

Commit

Permalink
Use RSocket BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
bclozel committed Sep 30, 2019
1 parent 29f0d1b commit 77bc1b0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ configure(allprojects) { project ->
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.0"
mavenBom "io.netty:netty-bom:4.1.39.Final"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-RELEASE"
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC5"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.20.v20190813"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.50"
mavenBom "org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.3.2"
Expand Down Expand Up @@ -78,10 +79,6 @@ configure(allprojects) { project ->
dependency "io.reactivex:rxjava:1.3.8"
dependency "io.reactivex:rxjava-reactive-streams:1.2.1"
dependency "io.reactivex.rxjava2:rxjava:2.2.12"
dependencySet(group: 'io.rsocket', version: '1.0.0-RC5') {
entry 'rsocket-core'
entry 'rsocket-transport-netty'
}

dependency "com.caucho:hessian:4.0.62"
dependency "com.fasterxml:aalto-xml:1.2.2"
Expand Down Expand Up @@ -299,7 +296,6 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-spring-framework-build" }
maven { url "https://repo.spring.io/milestone" } // for RSocket
}
}
configurations.all {
Expand Down

0 comments on commit 77bc1b0

Please sign in to comment.