fix 修复 依赖漏洞 限制部分依赖版本

This commit is contained in:
疯狂的狮子Li
2024-08-07 11:20:34 +08:00
parent 3fc37d6362
commit 31569646b0
3 changed files with 23 additions and 4 deletions

View File

@ -46,17 +46,14 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>${undertow.version}</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>${undertow.version}</version>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
<version>${undertow.version}</version>
</dependency>
<dependency>