Add dependency management for org.hibernate:hibernate-java8

Closes gh-4361
This commit is contained in:
Christopher Smith
2015-11-01 01:51:40 -05:00
committed by Andy Wilkinson
parent f1f5066786
commit 4f6726ba10

View File

@@ -1636,6 +1636,11 @@
<artifactId>hibernate-envers</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-java8</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-jpamodelgen</artifactId>