Commit 4f6726ba authored by Christopher Smith's avatar Christopher Smith Committed by Andy Wilkinson

Add dependency management for org.hibernate:hibernate-java8

Closes gh-4361
parent f1f50667
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment