[update] pom添加依赖

This commit is contained in:
Liuyang 2025-01-15 09:56:03 +08:00
parent d41f15f3b7
commit 2b97fc0053

View File

@ -134,6 +134,26 @@
<artifactId>yudao-spring-boot-starter-protection</artifactId>
</dependency>
<!-- 单元测试 -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<!-- commons-compress 库 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.27.1</version>
</dependency>
<!-- Apache Commons Lang 库 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
</dependency>
</dependencies>
<build>