Add dependency management for hibernate-core

Closes gh-3005
This commit is contained in:
Andy Wilkinson 2015-05-19 13:45:29 +01:00
parent d3806df88a
commit af7aae51d0
1 changed files with 5 additions and 0 deletions

View File

@ -1230,6 +1230,11 @@
<artifactId>hamcrest-library</artifactId>
<version>${hamcrest.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-ehcache</artifactId>