Author: bleny Date: 2013-05-30 17:09:57 +0200 (Thu, 30 May 2013) New Revision: 220 Url: http://forge.codelutin.com/projects/franciaflex-magalie/repository/revisions... Log: actually hibernate can be used if you clean the h2 database Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-05-30 13:47:47 UTC (rev 219) +++ trunk/pom.xml 2013-05-30 15:09:57 UTC (rev 220) @@ -111,13 +111,7 @@ <shiroVersion>1.2.1</shiroVersion> <slf4jVersion>1.7.5</slf4jVersion> <jettyVersion>${jettyPluginVersion}</jettyVersion> - - <!-- 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> - + <hibernateVersion>4.2.2.Final</hibernateVersion> <seleniumVersion>2.28.0</seleniumVersion> <mockitoVersion>1.9.5</mockitoVersion> <nuitonI18nVersion>2.5</nuitonI18nVersion>
participants (1)
-
bleny@users.forge.codelutin.com