We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e309fe0 commit 655527bCopy full SHA for 655527b
vertx-sql-client/src/main/java/module-info.java
@@ -1,5 +1,6 @@
1
module io.vertx.client.sql {
2
3
+ requires io.netty.common;
4
requires io.netty.buffer;
5
requires io.netty.codec;
6
requires io.netty.transport;
0 commit comments