fix 修复 commons-io 依赖冲突问题

2.X
疯狂的狮子Li 5 months ago
parent 67f19b350a
commit fddfb4389d

@ -133,6 +133,12 @@
<groupId>org.dromara</groupId>
<artifactId>ruoyi-api-workflow</artifactId>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
</dependency>
</dependencies>
<build>

Loading…
Cancel
Save