fixing the xml maven dependency from hibernate

This commit is contained in:
eugenp
2014-10-02 01:26:27 +03:00
parent 1e087d8119
commit f024fd8ebf
3 changed files with 17 additions and 2 deletions

View File

@@ -113,10 +113,15 @@
<artifactId>hibernate-entitymanager</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
<version>1.4.01</version>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.18.1-GA</version>
<version>3.18.2-GA</version>
</dependency>
<dependency>
<groupId>mysql</groupId>