Use reactor snapshots

- Reactor 3.4.0 has issue where emit my violate specs,
  thus causing issues in statemachine itself
  https://github.com/reactor/reactor-core/issues/2488
- That is now fixed in 3.4.1 snapshots so force build
  to use it now to wait boot 2.4.1.
This commit is contained in:
Janne Valkealahti
2020-11-21 09:40:13 +00:00
parent 133bb2002a
commit c587a29843

View File

@@ -88,6 +88,7 @@ configure(allprojects) {
dependencyManagement {
imports {
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
mavenBom "io.projectreactor:reactor-bom:2020.0.2-SNAPSHOT"
}
dependencies {
dependency "log4j:log4j:$log4jVersion"