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 925f04e commit 3bb84afCopy full SHA for 3bb84af
pom.xml
@@ -88,6 +88,12 @@
88
<groupId>org.eclipse.jetty.http3</groupId>
89
<artifactId>http3-common</artifactId>
90
<version>${http3-common.version}</version>
91
+ <exclusions>
92
+ <exclusion>
93
+ <groupId>org.mortbay.jetty.quiche</groupId>
94
+ <artifactId>jetty-quiche-native</artifactId>
95
+ </exclusion>
96
+ </exclusions>
97
</dependency>
98
<dependency>
99
<groupId>jakarta.servlet</groupId>
0 commit comments