Skip to content

Commit

Permalink
feat: instrument vertx-web-openapi-router
Browse files Browse the repository at this point in the history
  • Loading branch information
pk-work committed Oct 20, 2023
1 parent e94596a commit 4c86d8f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion vertx-lang-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@
<artifactId>vertx-web-validation</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-web-openapi-router</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-circuit-breaker</artifactId>
Expand Down Expand Up @@ -338,6 +343,11 @@
<artifactId>vertx-json-schema</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
<artifactId>vertx-openapi</artifactId>
<optional>true</optional>
</dependency>

<!-- Extra dependencies -->
<dependency>
Expand Down Expand Up @@ -428,6 +438,7 @@
vertx-web-sstore-infinispan,
vertx-web-graphql,
vertx-web-validation,
vertx-web-openapi-router,
vertx-circuit-breaker,
vertx-dropwizard-metrics,
vertx-redis-client,
Expand Down Expand Up @@ -458,7 +469,8 @@
vertx-shell,
vertx-micrometer-metrics,
vertx-tcp-eventbus-bridge,
vertx-json-schema
vertx-json-schema,
vertx-openapi
</includeArtifactIds>
<classifier>sources</classifier>
<includeTypes>jar</includeTypes>
Expand Down

0 comments on commit 4c86d8f

Please sign in to comment.