Author: echatellier Date: 2012-11-30 10:55:36 +0100 (Fri, 30 Nov 2012) New Revision: 1093 Url: http://forge.codelutin.com/projects/coser/repository/revisions/1093 Log: fix deps Modified: trunk/coser-web/pom.xml Modified: trunk/coser-web/pom.xml =================================================================== --- trunk/coser-web/pom.xml 2012-11-30 09:49:28 UTC (rev 1092) +++ trunk/coser-web/pom.xml 2012-11-30 09:55:36 UTC (rev 1093) @@ -33,6 +33,10 @@ <artifactId>commons-collections</artifactId> </dependency> <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + </dependency> + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency>