@@ -78,7 +78,7 @@ configure(allprojects) { project ->
78
78
79
79
repositories {
80
80
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
82
82
}
83
83
84
84
dependencies {
@@ -393,8 +393,8 @@ project("spring-messaging") {
393
393
compile(project(" :spring-beans" ))
394
394
compile(project(" :spring-core" ))
395
395
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 " )
398
398
optional(" org.eclipse.jetty.websocket:websocket-server:${ jettyVersion} " ) {
399
399
exclude group : " javax.servlet" , module : " javax.servlet-api"
400
400
}
@@ -620,8 +620,8 @@ project("spring-websocket") {
620
620
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:8.0.3" )
621
621
testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:8.0.3" )
622
622
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 " )
625
625
testCompile(" log4j:log4j:1.2.17" )
626
626
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
627
627
}
0 commit comments