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:
parent
5f09a62950
commit
04fae44163
|
@ -28,7 +28,7 @@ repositories {
|
||||||
|
|
||||||
ext {
|
ext {
|
||||||
springVersion = '4.2.3.RELEASE'
|
springVersion = '4.2.3.RELEASE'
|
||||||
reactorVersion = '2.5.0.M2'
|
reactorVersion = '2.5.0.BUILD-SNAPSHOT'
|
||||||
reactorNettyVersion = '2.5.0.BUILD-SNAPSHOT'
|
reactorNettyVersion = '2.5.0.BUILD-SNAPSHOT'
|
||||||
tomcatVersion = '8.0.28'
|
tomcatVersion = '8.0.28'
|
||||||
jettyVersion = '9.3.5.v20151012'
|
jettyVersion = '9.3.5.v20151012'
|
||||||
|
|
Loading…
Reference in New Issue