<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-mongo-client</artifactId>
<version>4.5.9</version>
</dependency>
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-ext-parent</artifactId> <version>38</version> </parent>
compile
|-- org.mongodb:mongodb-driver-reactivestreams:4.8.1
|-- org.reactivestreams:reactive-streams:1.0.3
|-- org.apache.commons:commons-collections4:4.4
test