Start building against Reactor Dysprosium-SR1 snapshots

See gh-23871
This commit is contained in:
Stephane Nicoll
2019-10-25 09:23:13 +02:00
parent 22192fcaab
commit fecb681339

View File

@@ -45,7 +45,7 @@ configure(allprojects) { project ->
imports {
mavenBom "com.fasterxml.jackson:jackson-bom:2.10.0"
mavenBom "io.netty:netty-bom:4.1.39.Final"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-RELEASE"
mavenBom "io.projectreactor:reactor-bom:Dysprosium-BUILD-SNAPSHOT"
mavenBom "io.rsocket:rsocket-bom:1.0.0-RC5"
mavenBom "org.eclipse.jetty:jetty-bom:9.4.21.v20190926"
mavenBom "org.jetbrains.kotlin:kotlin-bom:1.3.50"
@@ -295,6 +295,7 @@ configure(allprojects) { project ->
}
repositories {
mavenCentral()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/libs-spring-framework-build" }
}
}