java.lang.NoClassDefFoundError
When deploying a newly built Libreplan, this error came up on Tomcat and Glassfish. It seems to be related to Hibernate 4 not needing Hibernate Annotations anymore. I have removed two references in the pom.xml files, and the error was gone, while the application still runs
This commit is contained in:
parent
581eef7249
commit
3f493f858c
1 changed files with 0 additions and 4 deletions
4
pom.xml
4
pom.xml
|
|
@ -235,10 +235,6 @@
|
|||
<artifactId>hibernate-core</artifactId>
|
||||
<version>4.3.4.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<version>3.5.6-Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-ehcache</artifactId>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue