diff --git a/pom.xml b/pom.xml
index b8a009c2d..767755b75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,6 +138,24 @@
+
+ distribute
+
+
+
+ org.asciidoctor
+ asciidoctor-maven-plugin
+
+
+ ${mongo.reactivestreams}
+ ${reactor}
+
+
+
+
+
+
+
diff --git a/src/main/asciidoc/reference/reactive-mongodb.adoc b/src/main/asciidoc/reference/reactive-mongodb.adoc
index 6e1163d8d..bb9ac80f3 100644
--- a/src/main/asciidoc/reference/reactive-mongodb.adoc
+++ b/src/main/asciidoc/reference/reactive-mongodb.adoc
@@ -25,7 +25,7 @@ To create a Spring project in STS, go to File -> New -> Spring Template Project
Then add the following to the pom.xml dependencies section.
-[source,xml]
+[source,xml,subs="+attributes"]
----
@@ -40,7 +40,7 @@ Then add the following to the pom.xml dependencies section.
org.mongodb
mongodb-driver-reactivestreams
- {mongo.reactivestreams}
+ {mongo-reactivestreams}