Author: glorieux Date: 2009-12-17 11:42:33 +0100 (Thu, 17 Dec 2009) New Revision: 2679 Modified: trunk/callao-service/pom.xml Log: Add nuiton-utlis dependency. Modified: trunk/callao-service/pom.xml =================================================================== --- trunk/callao-service/pom.xml 2009-12-17 09:47:46 UTC (rev 2678) +++ trunk/callao-service/pom.xml 2009-12-17 10:42:33 UTC (rev 2679) @@ -28,7 +28,15 @@ <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> - + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>maven-nuiton-skin</artifactId> + <version>1.0.1-20091124.225510-5</version> + </dependency> + <dependency> + <groupId>org.nuiton</groupId> + <artifactId>nuiton-utils</artifactId> + </dependency> </dependencies> <!-- ************************************************************* --> @@ -56,3 +64,4 @@ </project> +
participants (1)
-
glorieux@users.chorem.org