<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-validation</artifactId>
<version>4.1.0.CR2</version>
</dependency>
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>4.1.0.CR2</version> </parent>
compile
|-- io.vertx:vertx-json-schema
test
|-- org.junit.jupiter:junit-jupiter:5.7.0
|-- org.assertj:assertj-core:3.15.0
|-- org.slf4j:slf4j-api:1.7.21