Author: tchemit Date: 2012-06-26 09:36:22 +0200 (Tue, 26 Jun 2012) New Revision: 3570 Url: http://chorem.org/repositories/revision/pollen/3570 Log: refs #590: Refactor votecounting module (fix pom) Modified: trunk/pollen-ui-struts2/pom.xml Modified: trunk/pollen-ui-struts2/pom.xml =================================================================== --- trunk/pollen-ui-struts2/pom.xml 2012-06-26 06:56:12 UTC (rev 3569) +++ trunk/pollen-ui-struts2/pom.xml 2012-06-26 07:36:22 UTC (rev 3570) @@ -26,7 +26,7 @@ </dependency> <dependency> <groupId>${project.groupId}</groupId> - <artifactId>pollen-votecounting-strategy-all</artifactId> + <artifactId>pollen-votecounting-strategy</artifactId> <version>${project.version}</version> <type>pom</type> <scope>runtime</scope>