# Conflicts:
#	yudao-dependencies/pom.xml
This commit is contained in:
YunaiV 2024-09-29 21:40:59 +08:00
commit 123347b036
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@
<artifactId>guava</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId> <!-- 解决 https://github.com/alibaba/easyexcel/issues/3954 问题 -->
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-biz-ip</artifactId>