Author: tchemit Date: 2012-02-22 13:06:41 +0100 (Wed, 22 Feb 2012) New Revision: 3134 Url: http://chorem.org/repositories/revision/pollen/3134 Log: use nuiton-struts2 in service module to have the pager Modified: branches/pollen-1.2.6-struts2/pollen-services/pom.xml Modified: branches/pollen-1.2.6-struts2/pollen-services/pom.xml =================================================================== --- branches/pollen-1.2.6-struts2/pollen-services/pom.xml 2012-02-22 12:06:04 UTC (rev 3133) +++ branches/pollen-1.2.6-struts2/pollen-services/pom.xml 2012-02-22 12:06:41 UTC (rev 3134) @@ -62,6 +62,10 @@ <artifactId>mail</artifactId> </dependency> <dependency> + <groupId>org.nuiton.web</groupId> + <artifactId>nuiton-struts2</artifactId> + </dependency> + <dependency> <groupId>org.nuiton</groupId> <artifactId>nuiton-utils</artifactId> </dependency>