Skip to content

Commit

Permalink
Add missing module required dependency on netty-codec-http and remove…
Browse files Browse the repository at this point in the history
… generated files.
  • Loading branch information
vietj committed Aug 29, 2024
1 parent 313a13e commit 9264b6d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 86 deletions.
47 changes: 0 additions & 47 deletions src/main/generated/io/vertx/httpproxy/ProxyOptionsConverter.java

This file was deleted.

This file was deleted.

1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
requires io.vertx.core.logging;
requires static io.vertx.codegen.api;
requires static io.vertx.codegen.json;
requires io.netty.codec.http;
requires static vertx.docgen;
exports io.vertx.httpproxy;
exports io.vertx.httpproxy.cache;
Expand Down

0 comments on commit 9264b6d

Please sign in to comment.