WW-4695 Upgrades Commons Collections to version 4.1

This commit is contained in:
Lukasz Lenart
2016-10-01 10:06:00 +02:00
parent 9b38ad8fcf
commit 29d470ad42
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -335,8 +335,8 @@
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<scope>test</scope>
</dependency>
+3 -3
View File
@@ -696,9 +696,9 @@
<version>1.1.3</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.1</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>