Author: echatellier Date: 2010-11-29 15:43:15 +0100 (Mon, 29 Nov 2010) New Revision: 3050 Url: http://chorem.org/repositories/revision/lima/3050 Log: commons-io is required for build Modified: trunk/lima-swing/pom.xml Modified: trunk/lima-swing/pom.xml =================================================================== --- trunk/lima-swing/pom.xml 2010-11-29 14:34:09 UTC (rev 3049) +++ trunk/lima-swing/pom.xml 2010-11-29 14:43:15 UTC (rev 3050) @@ -89,6 +89,10 @@ <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> + <dependency> + <groupId>commons-io</groupId> + <artifactId>commons-io</artifactId> + </dependency> <dependency> <groupId>org.apache.geronimo.ext.openejb</groupId>
participants (1)
-
echatellier@users.chorem.org