diff --git a/pom.xml b/pom.xml
index 266efbec9f..d9bcfde5bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -111,6 +111,7 @@
+
io.projectreactor
reactor-bom
diff --git a/samples/standalone/dsl/http-server/build.gradle b/samples/standalone/dsl/http-server/build.gradle
index e81eaf1341..2374c4b04e 100644
--- a/samples/standalone/dsl/http-server/build.gradle
+++ b/samples/standalone/dsl/http-server/build.gradle
@@ -61,6 +61,8 @@ apply plugin: 'maven-publish'
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:$BOM_VERSION"
+ // TODO: We shouldn't be setting this
+ mavenBom "io.projectreactor:reactor-bom:$reactorBomVersion"
}
}
diff --git a/samples/standalone/dsl/http-server/gradle.properties b/samples/standalone/dsl/http-server/gradle.properties
index fbb41a63f2..3bcc187671 100644
--- a/samples/standalone/dsl/http-server/gradle.properties
+++ b/samples/standalone/dsl/http-server/gradle.properties
@@ -1,4 +1,5 @@
org.gradle.daemon=false
verifierVersion=3.0.0-SNAPSHOT
BOM_VERSION=2020.0.0-SNAPSHOT
-bootVersion=2.4.0-SNAPSHOT
\ No newline at end of file
+bootVersion=2.4.0-SNAPSHOT
+reactorBomVersion=2020.0.0-SNAPSHOT
\ No newline at end of file
diff --git a/samples/standalone/dsl/http-server/pom.xml b/samples/standalone/dsl/http-server/pom.xml
index 5bf4ab4376..a42b4278ee 100644
--- a/samples/standalone/dsl/http-server/pom.xml
+++ b/samples/standalone/dsl/http-server/pom.xml
@@ -24,6 +24,7 @@
3.0.0-SNAPSHOT
2020.0.0-SNAPSHOT
+ 2020.0.0-SNAPSHOT
@@ -78,6 +79,14 @@
pom
import
+
+
+ io.projectreactor
+ reactor-bom
+ ${reactor.version}
+ pom
+ import
+