@@ -81,7 +81,7 @@ configure(allprojects) { project ->
81
81
ext. poiVersion = " 3.16"
82
82
ext. protobufVersion = " 3.3.1"
83
83
ext. quartzVersion = " 2.3.0"
84
- ext. reactorVersion = " Bismuth-M1 "
84
+ ext. reactorVersion = " Bismuth-M2 "
85
85
ext. romeVersion = " 1.7.3"
86
86
ext. rxjavaVersion = ' 1.3.0'
87
87
ext. rxjavaAdapterVersion = ' 1.2.1'
@@ -389,7 +389,7 @@ project("spring-core") {
389
389
optional(" io.reactivex:rxjava-reactive-streams:${ rxjavaAdapterVersion} " )
390
390
optional(" io.reactivex.rxjava2:rxjava:${ rxjava2Version} " )
391
391
optional(" io.netty:netty-buffer" )
392
- testCompile(" io.projectreactor.addons :reactor-test" )
392
+ testCompile(" io.projectreactor:reactor-test" )
393
393
testCompile(" javax.xml.bind:jaxb-api:${ jaxbVersion} " )
394
394
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
395
395
testCompile(" org.xmlunit:xmlunit-matchers:${ xmlunitVersion} " )
@@ -753,7 +753,7 @@ project("spring-web") {
753
753
optional(" javax.xml.ws:jaxws-api:${ jaxwsVersion} " )
754
754
optional(" javax.mail:javax.mail-api:${ javamailVersion} " )
755
755
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
756
- testCompile(" io.projectreactor.addons :reactor-test" )
756
+ testCompile(" io.projectreactor:reactor-test" )
757
757
testCompile(" org.apache.taglibs:taglibs-standard-jstlel:1.2.1" ) {
758
758
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
759
759
}
@@ -811,7 +811,7 @@ project("spring-webflux") {
811
811
}
812
812
optional(" org.jetbrains.kotlin:kotlin-reflect:${ kotlinVersion} " )
813
813
optional(" org.jetbrains.kotlin:kotlin-stdlib:${ kotlinVersion} " )
814
- testCompile(" io.projectreactor.addons :reactor-test" )
814
+ testCompile(" io.projectreactor:reactor-test" )
815
815
testCompile(" javax.validation:validation-api:${ beanvalVersion} " )
816
816
testCompile(" org.hibernate:hibernate-validator:${ hibvalVersion} " )
817
817
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
@@ -1037,7 +1037,7 @@ project("spring-test") {
1037
1037
optional(" com.jayway.jsonpath:json-path:2.2.0" )
1038
1038
optional(" org.reactivestreams:reactive-streams" )
1039
1039
optional(" io.projectreactor:reactor-core" )
1040
- optional(" io.projectreactor.addons :reactor-test" )
1040
+ optional(" io.projectreactor:reactor-test" )
1041
1041
testCompile(project(" :spring-context-support" ))
1042
1042
testCompile(project(" :spring-oxm" ))
1043
1043
testCompile(" javax.mail:javax.mail-api:${ javamailVersion} " )
0 commit comments