Skip to content

Commit 70fd332

Browse files
committed
Upgrade to reactor 1.1 RC1
1 parent 1200755 commit 70fd332

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ configure(allprojects) { project ->
7878

7979
repositories {
8080
maven { url "http://repo.spring.io/libs-release" }
81-
maven { url "http://repo.spring.io/snapshot" } // temporarily until Reactor 1.1.0.M4
81+
maven { url "http://repo.spring.io/milestone" } // for Reactor 1.1.0.RC1
8282
}
8383

8484
dependencies {
@@ -393,8 +393,8 @@ project("spring-messaging") {
393393
compile(project(":spring-beans"))
394394
compile(project(":spring-core"))
395395
compile(project(":spring-context"))
396-
optional("org.projectreactor:reactor-core:1.1.0.BUILD-SNAPSHOT")
397-
optional("org.projectreactor:reactor-net:1.1.0.BUILD-SNAPSHOT")
396+
optional("org.projectreactor:reactor-core:1.1.0.RC1")
397+
optional("org.projectreactor:reactor-net:1.1.0.RC1")
398398
optional("org.eclipse.jetty.websocket:websocket-server:${jettyVersion}") {
399399
exclude group: "javax.servlet", module: "javax.servlet-api"
400400
}
@@ -620,8 +620,8 @@ project("spring-websocket") {
620620
testCompile("org.apache.tomcat.embed:tomcat-embed-core:8.0.3")
621621
testCompile("org.apache.tomcat.embed:tomcat-embed-websocket:8.0.3")
622622
testCompile("org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.3")
623-
testCompile("org.projectreactor:reactor-core:1.1.0.BUILD-SNAPSHOT")
624-
testCompile("org.projectreactor:reactor-net:1.1.0.BUILD-SNAPSHOT")
623+
testCompile("org.projectreactor:reactor-core:1.1.0.RC1")
624+
testCompile("org.projectreactor:reactor-net:1.1.0.RC1")
625625
testCompile("log4j:log4j:1.2.17")
626626
testCompile("org.slf4j:slf4j-jcl:${slf4jVersion}")
627627
}

0 commit comments

Comments
 (0)