Author: chatellier Date: 2010-10-28 12:57:33 +0000 (Thu, 28 Oct 2010) New Revision: 110 Log: Update xwork to 2.2.1 Modified: trunk/coser-business/pom.xml Modified: trunk/coser-business/pom.xml =================================================================== --- trunk/coser-business/pom.xml 2010-10-27 15:38:56 UTC (rev 109) +++ trunk/coser-business/pom.xml 2010-10-28 12:57:33 UTC (rev 110) @@ -47,7 +47,7 @@ <artifactId>opencsv</artifactId> </dependency> <dependency> - <groupId>com.opensymphony</groupId> + <groupId>org.apache.struts.xwork</groupId> <artifactId>xwork-core</artifactId> </dependency> </dependencies> @@ -70,6 +70,7 @@ <execution> <goals> <goal>parserJava</goal> + <goal>parserValidation</goal> <goal>gen</goal> </goals> </execution>