Author: bleny Date: 2013-05-30 15:46:32 +0200 (Thu, 30 May 2013) New Revision: 218 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: lower version of hibernate Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-05-30 13:41:17 UTC (rev 217) +++ trunk/pom.xml 2013-05-30 13:46:32 UTC (rev 218) @@ -111,7 +111,13 @@ <shiroVersion>1.2.1</shiroVersion> <slf4jVersion>1.7.5</slf4jVersion> <jettyVersion>${jettyPluginVersion}</jettyVersion> - <hibernateVersion>4.1.9.Final</hibernateVersion> + + <!-- FIXME bleny 30/05/13 + updating hibernate to 4.2.1 break the app when running in tomcat + and making a first http request, changelog doesn't show anything + meaningful. 4.2.2 doesn't fix it. --> + <hibernateVersion>4.2.0.Final</hibernateVersion> + <seleniumVersion>2.28.0</seleniumVersion> <mockitoVersion>1.9.5</mockitoVersion> <nuitonI18nVersion>2.5</nuitonI18nVersion>
participants (1)
-
bleny@users.forge.codelutin.com