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