Update RxNetty artifactId to use their latest Snapshot
This commit is contained in:
parent
0ec29d1c67
commit
edb0fcefaf
|
@ -25,7 +25,7 @@ dependencies {
|
|||
compile "io.projectreactor:reactor-stream:2.0.5.RELEASE"
|
||||
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"
|
||||
|
||||
provided "javax.servlet:javax.servlet-api:3.1.0"
|
||||
|
|
Loading…
Reference in New Issue