Author: glorieux Date: 2009-12-17 11:42:54 +0100 (Thu, 17 Dec 2009) New Revision: 2759 Modified: trunk/lima-service-callao/pom.xml Log: Add nuiton-utlis dependency. Modified: trunk/lima-service-callao/pom.xml =================================================================== --- trunk/lima-service-callao/pom.xml 2009-12-17 08:51:11 UTC (rev 2758) +++ trunk/lima-service-callao/pom.xml 2009-12-17 10:42:54 UTC (rev 2759) @@ -25,7 +25,14 @@ <groupId>org.chorem.callao</groupId> <artifactId>callao-service</artifactId> </dependency> - + <dependency> + <groupId>org.chorem.callao</groupId> + <artifactId>callao-service</artifactId> + </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> </dependencies> <!-- ************************************************************* -->