Skip to content

Commit 9b10541

Browse files
committed
Upgrade to reactor-test 3.0.3.RELEASE
1 parent b447d7d commit 9b10541

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ configure(allprojects) { project ->
172172
repositories {
173173
maven { url "https://repo.spring.io/libs-release" }
174174
maven { url "https://repo.spring.io/milestone" }
175-
maven { url "https://repo.spring.io/snapshot" } // Reactor 3 snapshots
176175
}
177176

178177
dependencies {
@@ -396,7 +395,7 @@ project("spring-core") {
396395
optional "io.reactivex.rxjava2:rxjava:${rxjava2Version}"
397396
optional "io.reactivex:rxjava-reactive-streams:${rxjavaAdapterVersion}"
398397
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}")
400399
testCompile("javax.xml.bind:jaxb-api:${jaxbVersion}")
401400
testCompile("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
402401
testCompile("org.xmlunit:xmlunit-matchers:${xmlunitVersion}")
@@ -777,7 +776,7 @@ project("spring-web") {
777776
optional("javax.xml.ws:jaxws-api:${jaxwsVersion}")
778777
optional("javax.mail:javax.mail-api:${javamailVersion}")
779778
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}")
781780
testCompile("org.apache.taglibs:taglibs-standard-jstlel:1.2.1") {
782781
exclude group: "org.apache.taglibs", module: "taglibs-standard-spec"
783782
}
@@ -819,7 +818,7 @@ project("spring-web-reactive") {
819818
optional("org.freemarker:freemarker:${freemarkerVersion}")
820819
optional "org.apache.httpcomponents:httpclient:${httpclientVersion}"
821820
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}")
823822
testCompile("javax.validation:validation-api:${beanvalVersion}")
824823
testCompile("org.hibernate:hibernate-validator:${hibval5Version}")
825824
testCompile("org.apache.tomcat:tomcat-util:${tomcatVersion}")

0 commit comments

Comments
 (0)