fix 修复 commons-io 依赖冲突

2.X
疯狂的狮子Li 1 year ago
parent ba3ed79cbf
commit eca76fafd0

@ -57,6 +57,8 @@
<!-- SMS 配置 -->
<sms4j.version>2.2.0</sms4j.version>
<!-- 修复其他依赖与poi兼容问题 -->
<commons-io.version>2.13.0</commons-io.version>
<!-- 插件版本 -->
<maven-compiler-plugin.verison>3.11.0</maven-compiler-plugin.verison>
@ -246,6 +248,12 @@
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<!-- 代码生成使用模板 -->
<dependency>
<groupId>org.apache.velocity</groupId>

Loading…
Cancel
Save