Skip to content

Commit e329b1a

Browse files
committed
Fix Http3Test
Follows-up on eclipse-vertx/vert.x@314d921 Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
1 parent 4e8fb1d commit e329b1a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

vertx-web-client/pom.xml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,30 @@
5858
<version>2.2</version>
5959
<scope>test</scope>
6060
</dependency>
61+
<dependency>
62+
<groupId>io.netty</groupId>
63+
<artifactId>netty-codec-native-quic</artifactId>
64+
<classifier>linux-x86_64</classifier>
65+
<scope>test</scope>
66+
</dependency>
67+
<dependency>
68+
<groupId>io.netty</groupId>
69+
<artifactId>netty-codec-native-quic</artifactId>
70+
<classifier>linux-aarch_64</classifier>
71+
<scope>test</scope>
72+
</dependency>
73+
<dependency>
74+
<groupId>io.netty</groupId>
75+
<artifactId>netty-codec-native-quic</artifactId>
76+
<classifier>osx-x86_64</classifier>
77+
<scope>test</scope>
78+
</dependency>
79+
<dependency>
80+
<groupId>io.netty</groupId>
81+
<artifactId>netty-codec-native-quic</artifactId>
82+
<classifier>osx-aarch_64</classifier>
83+
<scope>test</scope>
84+
</dependency>
6185
</dependencies>
6286

6387
<build>

0 commit comments

Comments
 (0)