漏洞扫描修改

This commit is contained in:
hjx
2025-12-13 15:04:36 +08:00
parent 61e52aa744
commit a18fd9d59b
7 changed files with 54 additions and 22 deletions
+11
View File
@@ -129,6 +129,17 @@
<groupId>com.mhd</groupId>
<artifactId>mhd-common-log</artifactId>
</dependency>
<dependency>
<groupId>io.minio</groupId>
<artifactId>minio</artifactId>
<version>8.4.3</version>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.8.1</version>
<scope>compile</scope>
</dependency>
</dependencies>
<build>