Switch back to reactor-core SNAPSHOT versions

Some important issues have been fixed in recent SNAPSHOT versions.

See #78 and #70
This commit is contained in:
Brian Clozel 2016-04-07 15:10:49 +02:00
parent 5f09a62950
commit 04fae44163
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ repositories {
ext {
springVersion = '4.2.3.RELEASE'
reactorVersion = '2.5.0.M2'
reactorVersion = '2.5.0.BUILD-SNAPSHOT'
reactorNettyVersion = '2.5.0.BUILD-SNAPSHOT'
tomcatVersion = '8.0.28'
jettyVersion = '9.3.5.v20151012'