Author: echatellier Date: 2010-05-28 18:10:47 +0200 (Fri, 28 May 2010) New Revision: 60 Url: http://nuiton.org/repositories/revision/wikitty/60 Log: Add commons-collections dependency Modified: trunk/pom.xml trunk/wikitty-api/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-05-28 13:06:15 UTC (rev 59) +++ trunk/pom.xml 2010-05-28 16:10:47 UTC (rev 60) @@ -59,6 +59,13 @@ <version>2.5</version> <scope>compile</scope> </dependency> + + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>3.2.1</version> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.nuiton.eugene</groupId> Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2010-05-28 13:06:15 UTC (rev 59) +++ trunk/wikitty-api/pom.xml 2010-05-28 16:10:47 UTC (rev 60) @@ -61,6 +61,11 @@ </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>xpp3</groupId> <artifactId>xpp3</artifactId> <version>1.1.4c</version>