Skip to content

Commit

Permalink
collections 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 12, 2017
1 parent b9e37cd commit b9606a9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1203,6 +1203,15 @@
<artifactId>commons-lang3</artifactId>
<version>3.5</version>
</dependency>
<dependency>
<!--
Commons Collections
@see https://commons.apache.org/proper/commons-collections/
-->
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>4.1</version>
</dependency>
<dependency>
<!--
Commons Math3
Expand Down Expand Up @@ -1239,15 +1248,6 @@
<artifactId>commons-io</artifactId>
<version>2.5</version>
</dependency>
<dependency>
<!--
This library simplifies collections-management operations.
@see http://commons.apache.org/collections/
-->
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version> <!-- don't change this line, 3.2.2 is the right/latest -->
</dependency>
<dependency>
<!--
Runtime component of AspectJ.
Expand Down

0 comments on commit b9606a9

Please sign in to comment.