From edb0fcefafd8e094ae89147228c29da3900ca94a Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Mon, 7 Sep 2015 15:53:36 +0200 Subject: [PATCH] Update RxNetty artifactId to use their latest Snapshot --- spring-web-reactive/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web-reactive/build.gradle b/spring-web-reactive/build.gradle index 07501e6280..03917f319a 100644 --- a/spring-web-reactive/build.gradle +++ b/spring-web-reactive/build.gradle @@ -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"