Author: bleny Date: 2013-08-28 11:23:52 +0200 (Wed, 28 Aug 2013) New Revision: 382 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: remove unused dependency in web module Modified: trunk/magalie-web/pom.xml Modified: trunk/magalie-web/pom.xml =================================================================== --- trunk/magalie-web/pom.xml 2013-08-28 09:11:31 UTC (rev 381) +++ trunk/magalie-web/pom.xml 2013-08-28 09:23:52 UTC (rev 382) @@ -87,11 +87,6 @@ </dependency> <dependency> - <groupId>commons-collections</groupId> - <artifactId>commons-collections</artifactId> - </dependency> - - <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency>