소스 검색

移除commons-collections依赖

RuoYi 3 년 전
부모
커밋
736b6348bc
2개의 변경된 파일1개의 추가작업 그리고 15개의 파일을 삭제
  1. 1 9
      pom.xml
  2. 0 6
      ruoyi-modules/ruoyi-gen/pom.xml

+ 1 - 9
pom.xml

@@ -27,7 +27,7 @@
27
         <kaptcha.version>2.3.3</kaptcha.version>
27
         <kaptcha.version>2.3.3</kaptcha.version>
28
         <pagehelper.boot.version>1.4.6</pagehelper.boot.version>
28
         <pagehelper.boot.version>1.4.6</pagehelper.boot.version>
29
         <druid.version>1.2.15</druid.version>
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
         <commons.io.version>2.11.0</commons.io.version>
31
         <commons.io.version>2.11.0</commons.io.version>
32
         <commons.fileupload.version>1.4</commons.fileupload.version>
32
         <commons.fileupload.version>1.4</commons.fileupload.version>
33
         <velocity.version>2.3</velocity.version>
33
         <velocity.version>2.3</velocity.version>
@@ -35,7 +35,6 @@
35
         <jjwt.version>0.9.1</jjwt.version>
35
         <jjwt.version>0.9.1</jjwt.version>
36
         <minio.version>8.2.2</minio.version>
36
         <minio.version>8.2.2</minio.version>
37
         <poi.version>4.1.2</poi.version>
37
         <poi.version>4.1.2</poi.version>
38
-        <commons-collections.version>3.2.2</commons-collections.version>
39
         <transmittable-thread-local.version>2.14.2</transmittable-thread-local.version>
38
         <transmittable-thread-local.version>2.14.2</transmittable-thread-local.version>
40
     </properties>
39
     </properties>
41
 
40
 
@@ -131,13 +130,6 @@
131
                 <version>${velocity.version}</version>
130
                 <version>${velocity.version}</version>
132
             </dependency>
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
             <!-- JSON 解析器和生成器 -->
133
             <!-- JSON 解析器和生成器 -->
142
             <dependency>
134
             <dependency>
143
                 <groupId>com.alibaba.fastjson2</groupId>
135
                 <groupId>com.alibaba.fastjson2</groupId>

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

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