Revert to io.projectreactor.addons:reactor-test

This commit is contained in:
Artem Bilan
2017-06-08 11:54:48 -04:00
parent 83bd7f4bd3
commit c053e46269

View File

@@ -310,7 +310,7 @@ project('spring-integration-core') {
compile("com.esotericsoftware:kryo-shaded:$kryoShadedVersion", optional)
testCompile ("org.aspectj:aspectjweaver:$aspectjVersion")
compile "io.projectreactor:reactor-test:$reactorVersion"
compile "io.projectreactor.addons:reactor-test:$reactorVersion"
}
}