@@ -40,8 +40,8 @@ configure(allprojects) { project ->
40
40
ext. ehcacheVersion = " 2.10.2"
41
41
ext. ehcachejcacheVersion = " 1.0.1"
42
42
ext. ehcache3Version = " 3.1.1"
43
- ext. elApiVersion = " 3.0.1-b04"
44
43
ext. ejbApiVersion = " 3.2"
44
+ ext. elApiVersion = " 3.0.1-b04"
45
45
ext. fileuploadVersion = " 1.3.2"
46
46
ext. freemarkerVersion = " 2.3.25-incubating"
47
47
ext. groovyVersion = " 2.4.7"
@@ -76,8 +76,9 @@ configure(allprojects) { project ->
76
76
ext. reactorVersion = " 2.0.8.RELEASE"
77
77
ext. reactorCoreVersion = ' 3.0.0.BUILD-SNAPSHOT'
78
78
ext. reactorNettyVersion = ' 0.5.0.BUILD-SNAPSHOT'
79
- ext. rxjavaVersion = ' 1.1.6'
80
79
ext. romeVersion = " 1.6.0"
80
+ ext. rxjavaVersion = ' 1.1.8'
81
+ ext. rxnettyVersion = ' 0.5.2-SNAPSHOT'
81
82
ext. servletVersion = " 3.1.0"
82
83
ext. slf4jVersion = " 1.7.21"
83
84
ext. snakeyamlVersion = " 1.17"
@@ -709,7 +710,7 @@ project("spring-web") {
709
710
optional(" org.reactivestreams:reactive-streams:${ reactivestreamsVersion} " )
710
711
optional(" io.projectreactor:reactor-core:${ reactorCoreVersion} " )
711
712
optional(" io.projectreactor.ipc:reactor-netty:${ reactorNettyVersion} " )
712
- optional(" io.reactivex:rxnetty-http:0.5.2-SNAPSHOT " ) {
713
+ optional(" io.reactivex:rxnetty-http:${ rxnettyVersion } " ) {
713
714
exclude group : ' io.reactivex' , module : ' rxjava'
714
715
}
715
716
optional(" io.reactivex:rxjava:${ rxjavaVersion} " )
@@ -779,7 +780,7 @@ project("spring-web-reactive") {
779
780
testCompile(" org.eclipse.jetty:jetty-server:${ jettyVersion} " )
780
781
testCompile(" org.eclipse.jetty:jetty-servlet:${ jettyVersion} " )
781
782
testCompile(" io.projectreactor.ipc:reactor-netty:${ reactorNettyVersion} " )
782
- testCompile(" io.reactivex:rxnetty-http:0.5.2-SNAPSHOT " ) {
783
+ testCompile(" io.reactivex:rxnetty-http:${ rxnettyVersion } " ) {
783
784
exclude group : ' io.reactivex' , module : ' rxjava'
784
785
}
785
786
testCompile(" io.undertow:undertow-core:${ undertowVersion} " )
0 commit comments