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.
This commit is contained in:
mvanmiddelkoop 2015-02-28 11:17:47 +01:00
parent 5b7f751cf1
commit 94e33544fe

View file

@ -235,11 +235,6 @@
<artifactId>hibernate-core</artifactId>
<version>4.3.4.Final</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.5.6-Final</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>