Skip to content

Commit 75c1afd

Browse files
committed
Make io.netty:netty-codec-classes-quic a runtime dependency
1 parent 87e28f1 commit 75c1afd

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

vertx-core/pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@
7070
<groupId>io.netty</groupId>
7171
<artifactId>netty-codec-http2</artifactId>
7272
</dependency>
73+
<dependency>
74+
<groupId>io.netty</groupId>
75+
<artifactId>netty-codec-classes-quic</artifactId>
76+
</dependency>
7377
<dependency>
7478
<groupId>io.netty</groupId>
7579
<artifactId>netty-codec-http3</artifactId>
@@ -108,11 +112,6 @@
108112
<artifactId>netty-transport-classes-kqueue</artifactId>
109113
<optional>true</optional>
110114
</dependency>
111-
<dependency>
112-
<groupId>io.netty</groupId>
113-
<artifactId>netty-codec-classes-quic</artifactId>
114-
<optional>true</optional>
115-
</dependency>
116115
<dependency>
117116
<groupId>io.netty</groupId>
118117
<artifactId>netty-codec-native-quic</artifactId>

0 commit comments

Comments
 (0)