Author: tchemit Date: 2010-12-30 20:22:46 +0000 (Thu, 30 Dec 2010) New Revision: 453 Log: use JAXX 2.2.4 and his new jaxx-validator module Modified: trunk/coser-ui/pom.xml trunk/pom.xml Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2010-12-24 16:41:39 UTC (rev 452) +++ trunk/coser-ui/pom.xml 2010-12-30 20:22:46 UTC (rev 453) @@ -67,6 +67,10 @@ </dependency> <dependency> <groupId>org.nuiton.jaxx</groupId> + <artifactId>jaxx-validator</artifactId> + </dependency> + <dependency> + <groupId>org.nuiton.jaxx</groupId> <artifactId>jaxx-widgets</artifactId> </dependency> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-12-24 16:41:39 UTC (rev 452) +++ trunk/pom.xml 2010-12-30 20:22:46 UTC (rev 453) @@ -140,6 +140,13 @@ <artifactId>jaxx-runtime</artifactId> <version>${jaxx.version}</version> <scope>compile</scope> + </dependency> + + <dependency> + <groupId>org.nuiton.jaxx</groupId> + <artifactId>jaxx-validator</artifactId> + <version>${jaxx.version}</version> + <scope>compile</scope> <exclusions> <exclusion> <groupId>com.opensymphony</groupId> @@ -291,7 +298,7 @@ <license.organizationName>Ifremer, Codelutin</license.organizationName> <!-- Versions --> - <jaxx.version>2.2.4-SNAPSHOT</jaxx.version> + <jaxx.version>2.2.4</jaxx.version> <i18n.version>2.0.1</i18n.version> <struts.version>2.2.1.1</struts.version> </properties>