Skip to content

Commit 3bb84af

Browse files
committed
exclusion of vulnerable library
1 parent 925f04e commit 3bb84af

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@
8888
<groupId>org.eclipse.jetty.http3</groupId>
8989
<artifactId>http3-common</artifactId>
9090
<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>
9197
</dependency>
9298
<dependency>
9399
<groupId>jakarta.servlet</groupId>

0 commit comments

Comments
 (0)