Author: ymartel Date: 2012-06-22 16:19:24 +0200 (Fri, 22 Jun 2012) New Revision: 1487 Url: http://nuiton.org/repositories/revision/wikitty/1487 Log: fix an undeclared dependency Modified: trunk/wikitty-api/pom.xml Modified: trunk/wikitty-api/pom.xml =================================================================== --- trunk/wikitty-api/pom.xml 2012-06-11 09:39:38 UTC (rev 1486) +++ trunk/wikitty-api/pom.xml 2012-06-22 14:19:24 UTC (rev 1487) @@ -65,6 +65,12 @@ </dependency> <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> + + + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency>