Skip to content

Commit

Permalink
Add missing io.vertx.core requires dependency in vertx-web-client jar
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 15, 2024
1 parent 2a661ad commit 6cf7e66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vertx-web-client/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
requires io.netty.codec.http;
requires static io.vertx.auth.oauth2;
requires io.vertx.uritemplate;
requires io.vertx.core;
requires io.vertx.web.common;
requires io.netty.common;

Expand Down

0 comments on commit 6cf7e66

Please sign in to comment.