Author: athimel Date: 2013-12-04 16:41:28 +0100 (Wed, 04 Dec 2013) New Revision: 1490 Url: http://nuiton.org/projects/mavenpom/repository/revisions/1490 Log: fixes #2935 Add common-collections 4.0 support Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-11-11 11:36:51 UTC (rev 1489) +++ trunk/pom.xml 2013-12-04 15:41:28 UTC (rev 1490) @@ -320,6 +320,7 @@ <!-- common libs used in projects --> <commonsBeanutilsVersion>1.8.3</commonsBeanutilsVersion> <commonsCollectionsVersion>3.2.1</commonsCollectionsVersion> + <commonsCollections4Version>4.0</commonsCollections4Version> <commonsCodecVersion>1.8</commonsCodecVersion> <commonsEmailVersion>1.3.2</commonsEmailVersion> <commonsHttpclientVersion>3.1</commonsHttpclientVersion> @@ -456,6 +457,12 @@ </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-collections4</artifactId> + <version>${commonsCollections4Version}</version> + </dependency> + + <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>${commonsBeanutilsVersion}</version>