Author: bleny Date: 2013-08-30 18:32:06 +0200 (Fri, 30 Aug 2013) New Revision: 398 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: add missing dependency Modified: trunk/magalie-web/pom.xml Modified: trunk/magalie-web/pom.xml =================================================================== --- trunk/magalie-web/pom.xml 2013-08-30 16:28:22 UTC (rev 397) +++ trunk/magalie-web/pom.xml 2013-08-30 16:32:06 UTC (rev 398) @@ -62,6 +62,11 @@ </dependency> <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + </dependency> + + <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> </dependency>