INT-3844: Upgrade to Reactor-2.0.6

JIRA: https://jira.spring.io/browse/INT-3844
This commit is contained in:
Artem Bilan
2015-10-07 14:10:00 -04:00
parent 4034930f16
commit dd14e6142b

View File

@@ -121,8 +121,7 @@ subprojects { subproject ->
openJpaVersion = '2.3.0'
pahoMqttClientVersion = '1.0.2'
postgresVersion = '9.1-901-1.jdbc4'
reactorVersion = '2.0.5.RELEASE'
reactorSpringVersion = '2.0.1.RELEASE'
reactorVersion = '2.0.6.RELEASE'
romeToolsVersion = '1.5.0'
saajApiVersion = '1.3.5'
saajImplVersion = '1.3.23'
@@ -311,7 +310,7 @@ project('spring-integration-core') {
testCompile ("org.aspectj:aspectjweaver:$aspectjVersion")
testCompile ("net.openhft:chronicle:$chronicleVersion")
testCompile ("io.projectreactor.spring:reactor-spring-context:$reactorSpringVersion")
testCompile ("io.projectreactor.spring:reactor-spring-context:$reactorVersion")
}
}