Pārlūkot izejas kodu

修复升级cloud引起的代码生成报错

RuoYi 4 gadi atpakaļ
vecāks
revīzija
7ebcb4bf8a
2 mainītis faili ar 14 papildinājumiem un 0 dzēšanām
  1. 8 0
      pom.xml
  2. 6 0
      ruoyi-modules/ruoyi-gen/pom.xml

+ 8 - 0
pom.xml

@@ -36,6 +36,7 @@
36 36
         <minio.version>8.2.1</minio.version>
37 37
 		<poi.version>4.1.2</poi.version>
38 38
         <common-pool.version>2.6.2</common-pool.version>
39
+        <commons-collections.version>3.2.2</commons-collections.version>
39 40
     </properties>
40 41
 
41 42
     <!-- 依赖声明 -->
@@ -150,6 +151,13 @@
150 151
                 </exclusions>
151 152
             </dependency>
152 153
 
154
+            <!-- Collection 增强Java集合框架 -->
155
+            <dependency> 
156
+                <groupId>commons-collections</groupId> 
157
+                <artifactId>commons-collections</artifactId> 
158
+                <version>${commons-collections.version}</version>
159
+            </dependency>
160
+
153 161
             <!-- JSON 解析器和生成器 -->
154 162
             <dependency>
155 163
                 <groupId>com.alibaba</groupId>

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

@@ -54,6 +54,12 @@
54 54
             <artifactId>velocity</artifactId>
55 55
         </dependency>
56 56
         
57
+        <!-- Commons Collections -->
58
+        <dependency> 
59
+            <groupId>commons-collections</groupId> 
60
+            <artifactId>commons-collections</artifactId> 
61
+        </dependency>
62
+        
57 63
         <!-- Mysql Connector -->
58 64
         <dependency>
59 65
             <groupId>mysql</groupId>