فهرست منبع

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

疯狂的狮子Li 1 سال پیش
والد
کامیت
fddfb4389d
1فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 6 0
      ruoyi-modules/ruoyi-workflow/pom.xml

+ 6 - 0
ruoyi-modules/ruoyi-workflow/pom.xml

@@ -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>