Преглед изворни кода

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>