Author: echatellier Date: 2014-08-11 11:25:21 +0200 (Mon, 11 Aug 2014) New Revision: 515 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/515 Log: Fix build Modified: trunk/faxtomail-service/pom.xml trunk/pom.xml Modified: trunk/faxtomail-service/pom.xml =================================================================== --- trunk/faxtomail-service/pom.xml 2014-08-11 09:13:14 UTC (rev 514) +++ trunk/faxtomail-service/pom.xml 2014-08-11 09:25:21 UTC (rev 515) @@ -92,6 +92,11 @@ <groupId>org.nuiton</groupId> <artifactId>nuiton-validator</artifactId> </dependency> + + <dependency> + <groupId>org.apache.struts.xwork</groupId> + <artifactId>xwork-core</artifactId> + </dependency> <dependency> <groupId>org.nuiton.jaxx</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-08-11 09:13:14 UTC (rev 514) +++ trunk/pom.xml 2014-08-11 09:25:21 UTC (rev 515) @@ -110,11 +110,10 @@ <hibernateVersion>4.3.6.Final</hibernateVersion> <h2Version>1.3.176</h2Version> - <jaxxVersion>2.9</jaxxVersion> + <jaxxVersion>2.9.1</jaxxVersion> <!-- do not upgrade to 1.6.5-1 --> <swingXVersion>1.6.4</swingXVersion> - <xworkVersion>2.3.15.1</xworkVersion> - + <xworkVersion>2.3.16.3</xworkVersion> <struts2Version>2.3.16.3</struts2Version> <jqueryPluginVersion>3.7.1</jqueryPluginVersion> <bootstrapPluginVersion>2.0.0</bootstrapPluginVersion>
participants (1)
-
echatellier@users.forge.codelutin.com