Update RxNetty artifactId to use their latest Snapshot

master
Sebastien Deleuze 9 years ago
parent 0ec29d1c67
commit edb0fcefaf
  1. 2
      spring-web-reactive/build.gradle

@ -25,7 +25,7 @@ dependencies {
compile "io.projectreactor:reactor-stream:2.0.5.RELEASE" compile "io.projectreactor:reactor-stream:2.0.5.RELEASE"
compile "commons-logging:commons-logging:1.2" compile "commons-logging:commons-logging:1.2"
optional "io.reactivex:rxnetty:0.5.0-SNAPSHOT" optional "io.reactivex:rxnetty-http:0.5.0-SNAPSHOT"
optional "io.reactivex:rxjava-reactive-streams:1.0.1" optional "io.reactivex:rxjava-reactive-streams:1.0.1"
provided "javax.servlet:javax.servlet-api:3.1.0" provided "javax.servlet:javax.servlet-api:3.1.0"

Loading…
Cancel
Save