From 9df3dd449554f0ed4485eaed5bee1f1af66f3777 Mon Sep 17 00:00:00 2001 From: Sebastien Deleuze Date: Tue, 25 Aug 2015 14:39:36 +0200 Subject: [PATCH] Polish build.gradle --- spring-web-reactive/build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/spring-web-reactive/build.gradle b/spring-web-reactive/build.gradle index c657c13445..f40272ad40 100644 --- a/spring-web-reactive/build.gradle +++ b/spring-web-reactive/build.gradle @@ -1,6 +1,6 @@ buildscript { repositories { - maven { url 'http://repo.springsource.org/plugins-release' } + maven { url 'https://repo.spring.io/plugins-release' } } dependencies { classpath 'org.springframework.build.gradle:propdeps-plugin:0.0.7' @@ -22,8 +22,7 @@ dependencies { compile "org.springframework:spring-core:4.2.0.RELEASE" compile "org.springframework:spring-web:4.2.0.RELEASE" compile "org.reactivestreams:reactive-streams:1.0.0" - compile "io.projectreactor:reactor-core:2.0.5.RELEASE" - compile "io.projectreactor:reactor-net:2.0.5.RELEASE" + compile "io.projectreactor:reactor-stream:2.0.5.RELEASE" compile "org.slf4j:slf4j-api:1.7.6" compile "ch.qos.logback:logback-classic:1.1.2"