Author: echatellier Date: 2014-07-18 09:56:13 +0200 (Fri, 18 Jul 2014) New Revision: 414 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/414 Log: Update hibernate. Fix libs. Modified: trunk/faxtomail-ui-web/pom.xml trunk/pom.xml Modified: trunk/faxtomail-ui-web/pom.xml =================================================================== --- trunk/faxtomail-ui-web/pom.xml 2014-07-17 14:38:40 UTC (rev 413) +++ trunk/faxtomail-ui-web/pom.xml 2014-07-18 07:56:13 UTC (rev 414) @@ -133,7 +133,7 @@ <dependency> <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> + <artifactId>javax.servlet-api</artifactId> </dependency> <dependency> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-07-17 14:38:40 UTC (rev 413) +++ trunk/pom.xml 2014-07-18 07:56:13 UTC (rev 414) @@ -106,7 +106,7 @@ <eugeneVersion>2.11</eugeneVersion> <topiaVersion>3.0-beta-7</topiaVersion> - <hibernateVersion>4.3.5.Final</hibernateVersion> + <hibernateVersion>4.3.6.Final</hibernateVersion> <h2Version>1.3.176</h2Version> <jaxxVersion>2.8.7</jaxxVersion> @@ -118,9 +118,8 @@ <jqueryPluginVersion>3.7.1</jqueryPluginVersion> <bootstrapPluginVersion>2.0.0</bootstrapPluginVersion> <slf4jVersion>1.7.7</slf4jVersion> - <mockitoVersion>1.9.5</mockitoVersion> <postgresqlDriverVersion>9.3-1101-jdbc41</postgresqlDriverVersion> - <commonsEmailVersion>1.3.2</commonsEmailVersion> + <commonsEmailVersion>1.3.3</commonsEmailVersion> <i18n.bundles>fr_FR,en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> @@ -362,11 +361,10 @@ </dependency> <!-- web module --> - <dependency> <groupId>javax.servlet</groupId> - <artifactId>servlet-api</artifactId> - <version>2.5</version> + <artifactId>javax.servlet-api</artifactId> + <version>3.0.1</version> <scope>provided</scope> </dependency>