@@ -172,7 +172,6 @@ configure(allprojects) { project ->
172
172
repositories {
173
173
maven { url " https://repo.spring.io/libs-release" }
174
174
maven { url " https://repo.spring.io/milestone" }
175
- maven { url " https://repo.spring.io/snapshot" } // Reactor 3 snapshots
176
175
}
177
176
178
177
dependencies {
@@ -396,7 +395,7 @@ project("spring-core") {
396
395
optional " io.reactivex.rxjava2:rxjava:${ rxjava2Version} "
397
396
optional " io.reactivex:rxjava-reactive-streams:${ rxjavaAdapterVersion} "
398
397
optional(" io.netty:netty-buffer:${ nettyVersion} " )
399
- testCompile(" io.projectreactor.addons:reactor-test:3.0.3.BUILD-SNAPSHOT " )
398
+ testCompile(" io.projectreactor.addons:reactor-test:${ reactorCoreVersion } " )
400
399
testCompile(" javax.xml.bind:jaxb-api:${ jaxbVersion} " )
401
400
testCompile(" org.apache.tomcat.embed:tomcat-embed-core:${ tomcatVersion} " )
402
401
testCompile(" org.xmlunit:xmlunit-matchers:${ xmlunitVersion} " )
@@ -777,7 +776,7 @@ project("spring-web") {
777
776
optional(" javax.xml.ws:jaxws-api:${ jaxwsVersion} " )
778
777
optional(" javax.mail:javax.mail-api:${ javamailVersion} " )
779
778
testCompile(project(" :spring-context-support" )) // for JafMediaTypeFactory
780
- testCompile(" io.projectreactor.addons:reactor-test:3.0.3.BUILD-SNAPSHOT " )
779
+ testCompile(" io.projectreactor.addons:reactor-test:${ reactorCoreVersion } " )
781
780
testCompile(" org.apache.taglibs:taglibs-standard-jstlel:1.2.1" ) {
782
781
exclude group : " org.apache.taglibs" , module : " taglibs-standard-spec"
783
782
}
@@ -819,7 +818,7 @@ project("spring-web-reactive") {
819
818
optional(" org.freemarker:freemarker:${ freemarkerVersion} " )
820
819
optional " org.apache.httpcomponents:httpclient:${ httpclientVersion} "
821
820
optional(' org.webjars:webjars-locator:0.32' )
822
- testCompile(" io.projectreactor.addons:reactor-test:3.0.3.BUILD-SNAPSHOT " )
821
+ testCompile(" io.projectreactor.addons:reactor-test:${ reactorCoreVersion } " )
823
822
testCompile(" javax.validation:validation-api:${ beanvalVersion} " )
824
823
testCompile(" org.hibernate:hibernate-validator:${ hibval5Version} " )
825
824
testCompile(" org.apache.tomcat:tomcat-util:${ tomcatVersion} " )
0 commit comments