From 94e33544fe6e039e2e9a0cfd124cddc2f00f7551 Mon Sep 17 00:00:00 2001 From: mvanmiddelkoop Date: Sat, 28 Feb 2015 11:17:47 +0100 Subject: [PATCH] Error message java.lang.NoClassDefFoundError: org/hibernate/util/DTDEntityResolver This error message came up when deploying Libreplan 1.4.1 from a new build. It seems to be related to a version mismatch between hibernate (4.3.4) and annotations (3.5.6-Final). Hibernate 4.3.4 seems not to need annotations anymore - I have removed this part from the main pom.xml file, and the errors have disappeared. --- pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pom.xml b/pom.xml index 5d06cfb8f..f5a666682 100644 --- a/pom.xml +++ b/pom.xml @@ -235,11 +235,6 @@ hibernate-core 4.3.4.Final - - org.hibernate - hibernate-annotations - 3.5.6-Final - org.hibernate hibernate-ehcache