Kaynağa Gözat

移除commons-collections依赖

RuoYi 3 yıl önce
ebeveyn
işleme
736b6348bc
2 değiştirilmiş dosya ile 1 ekleme ve 15 silme
  1. 1 9
      pom.xml
  2. 0 6
      ruoyi-modules/ruoyi-gen/pom.xml

+ 1 - 9
pom.xml

@@ -27,7 +27,7 @@
27 27
         <kaptcha.version>2.3.3</kaptcha.version>
28 28
         <pagehelper.boot.version>1.4.6</pagehelper.boot.version>
29 29
         <druid.version>1.2.15</druid.version>
30
-        <dynamic-ds.version>3.6.0</dynamic-ds.version>
30
+        <dynamic-ds.version>3.5.2</dynamic-ds.version>
31 31
         <commons.io.version>2.11.0</commons.io.version>
32 32
         <commons.fileupload.version>1.4</commons.fileupload.version>
33 33
         <velocity.version>2.3</velocity.version>
@@ -35,7 +35,6 @@
35 35
         <jjwt.version>0.9.1</jjwt.version>
36 36
         <minio.version>8.2.2</minio.version>
37 37
         <poi.version>4.1.2</poi.version>
38
-        <commons-collections.version>3.2.2</commons-collections.version>
39 38
         <transmittable-thread-local.version>2.14.2</transmittable-thread-local.version>
40 39
     </properties>
41 40
 
@@ -131,13 +130,6 @@
131 130
                 <version>${velocity.version}</version>
132 131
             </dependency>
133 132
 
134
-            <!-- Collection 增强Java集合框架 -->
135
-            <dependency> 
136
-                <groupId>commons-collections</groupId> 
137
-                <artifactId>commons-collections</artifactId> 
138
-                <version>${commons-collections.version}</version>
139
-            </dependency>
140
-
141 133
             <!-- JSON 解析器和生成器 -->
142 134
             <dependency>
143 135
                 <groupId>com.alibaba.fastjson2</groupId>

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

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