|
@@ -121,7 +121,7 @@
|
|
|
<commons-beanutils.version>1.9.4</commons-beanutils.version>
|
|
|
<commons-cli.version>1.5.0</commons-cli.version>
|
|
|
<commons-codec.version>1.15</commons-codec.version>
|
|
|
- <commons-collections.version>3.2.2</commons-collections.version>
|
|
|
+ <commons-collections4.version>4.4</commons-collections4.version>
|
|
|
<commons-compress.version>1.26.1</commons-compress.version>
|
|
|
<commons-csv.version>1.9.0</commons-csv.version>
|
|
|
<commons-io.version>2.16.1</commons-io.version>
|
|
@@ -330,6 +330,10 @@
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
</exclusion>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
|
+ </exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
@@ -806,6 +810,12 @@
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
|
<artifactId>httpclient</artifactId>
|
|
|
<version>${httpclient.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <exclusion>
|
|
|
+ <groupId>commons-collections</groupId>
|
|
|
+ <artifactId>commons-collections</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.apache.httpcomponents</groupId>
|
|
@@ -1236,9 +1246,9 @@
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
- <groupId>commons-collections</groupId>
|
|
|
- <artifactId>commons-collections</artifactId>
|
|
|
- <version>${commons-collections.version}</version>
|
|
|
+ <groupId>org.apache.commons</groupId>
|
|
|
+ <artifactId>commons-collections4</artifactId>
|
|
|
+ <version>${commons-collections4.version}</version>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>commons-beanutils</groupId>
|
|
@@ -2511,6 +2521,7 @@
|
|
|
|
|
|
<exclude>org.slf4j:slf4j-log4j12</exclude>
|
|
|
<exclude>log4j:log4j</exclude>
|
|
|
+ <exclude>commons-collections:commons-collections</exclude>
|
|
|
</excludes>
|
|
|
<includes>
|
|
|
<!-- for JDK 8 support -->
|