Skip to content

Commit

Permalink
Update to module changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Nov 8, 2024
1 parent babc75d commit 76af88c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jpms-examples/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

requires io.vertx.grpc.server;

requires io.vertx.client.sql;
requires io.vertx.client.sql.pg;
requires io.vertx.sql.client;
requires io.vertx.sql.client.pg;
requires java.sql;

requires io.netty.tcnative.classes.openssl;
Expand Down
4 changes: 2 additions & 2 deletions jpms-examples/src/test/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
requires org.junit.jupiter.api;
requires testcontainers;
requires io.vertx.core;
requires io.vertx.client.sql.pg;
requires io.vertx.client.sql;
requires io.vertx.sql.client;
requires io.vertx.sql.client.pg;

// Brought by testcontainers and required to make Idea happy
requires junit;
Expand Down

0 comments on commit 76af88c

Please sign in to comment.