Revert "Error message java.lang.NoClassDefFoundError: org/hibernate/util/DTDEntityResolver"
This reverts commit 94e33544fe.
This commit is contained in:
parent
94e33544fe
commit
16f3a2ac84
1 changed files with 5 additions and 0 deletions
5
pom.xml
5
pom.xml
|
|
@ -235,6 +235,11 @@
|
||||||
<artifactId>hibernate-core</artifactId>
|
<artifactId>hibernate-core</artifactId>
|
||||||
<version>4.3.4.Final</version>
|
<version>4.3.4.Final</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.hibernate</groupId>
|
||||||
|
<artifactId>hibernate-annotations</artifactId>
|
||||||
|
<version>3.5.6-Final</version>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.hibernate</groupId>
|
<groupId>org.hibernate</groupId>
|
||||||
<artifactId>hibernate-ehcache</artifactId>
|
<artifactId>hibernate-ehcache</artifactId>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue