@@ -77,7 +77,6 @@ configure(allprojects) { project ->
77
77
78
78
repositories {
79
79
maven { url " http://repo.spring.io/libs-release" }
80
- maven { url " http://repo.spring.io/milestone" } // for Reactor 1.1 RC1
81
80
}
82
81
83
82
dependencies {
@@ -396,8 +395,8 @@ project("spring-messaging") {
396
395
compile(project(" :spring-beans" ))
397
396
compile(project(" :spring-core" ))
398
397
compile(project(" :spring-context" ))
399
- optional(" org.projectreactor:reactor-core:1.1.0.RC1 " )
400
- optional(" org.projectreactor:reactor-net:1.1.0.RC1 " )
398
+ optional(" org.projectreactor:reactor-core:1.1.0.RELEASE " )
399
+ optional(" org.projectreactor:reactor-net:1.1.0.RELEASE " )
401
400
optional(" org.projectreactor:reactor-tcp:1.0.1.RELEASE" )
402
401
optional(" org.eclipse.jetty.websocket:websocket-server:${ jettyVersion} " ) {
403
402
exclude group : " javax.servlet" , module : " javax.servlet-api"
@@ -625,8 +624,8 @@ project("spring-websocket") {
625
624
testCompile(" org.apache.tomcat.embed:tomcat-embed-websocket:8.0.3" )
626
625
testCompile(" org.apache.tomcat.embed:tomcat-embed-logging-juli:8.0.3" )
627
626
628
- testCompile(" org.projectreactor:reactor-core:1.1.0.RC1 " )
629
- testCompile(" org.projectreactor:reactor-net:1.1.0.RC1 " )
627
+ testCompile(" org.projectreactor:reactor-core:1.1.0.RELEASE " )
628
+ testCompile(" org.projectreactor:reactor-net:1.1.0.RELEASE " )
630
629
testCompile(" log4j:log4j:1.2.17" )
631
630
testCompile(" org.slf4j:slf4j-jcl:${ slf4jVersion} " )
632
631
}
0 commit comments