<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-openapi</artifactId>
<version>4.4.3</version>
</dependency>
<parent> <groupId>io.vertx</groupId> <artifactId>vertx-web-parent</artifactId> <version>4.4.3</version> </parent>
compile
|-- io.vertx:vertx-web-validation
|-- io.vertx:vertx-web-api-service
|-- io.vertx:vertx-json-schema
provided
|-- io.vertx:vertx-auth-oauth2
test
|-- io.vertx:vertx-web-validation
|-- org.junit.jupiter:junit-jupiter:5.7.0
|-- org.assertj:assertj-core:3.15.0
|-- io.rest-assured:rest-assured:5.2.0