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 87e28f1 commit 75c1afdCopy full SHA for 75c1afd
vertx-core/pom.xml
@@ -70,6 +70,10 @@
70
<groupId>io.netty</groupId>
71
<artifactId>netty-codec-http2</artifactId>
72
</dependency>
73
+ <dependency>
74
+ <groupId>io.netty</groupId>
75
+ <artifactId>netty-codec-classes-quic</artifactId>
76
+ </dependency>
77
<dependency>
78
79
<artifactId>netty-codec-http3</artifactId>
@@ -108,11 +112,6 @@
108
112
<artifactId>netty-transport-classes-kqueue</artifactId>
109
113
<optional>true</optional>
110
114
111
- <dependency>
- <groupId>io.netty</groupId>
- <artifactId>netty-codec-classes-quic</artifactId>
- <optional>true</optional>
115
- </dependency>
116
117
118
<artifactId>netty-codec-native-quic</artifactId>
0 commit comments