Commit 6b13acfc authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #4361 from Christopher Smith

* gh-4361:
  Add dependency management for org.hibernate:hibernate-java8
parents f1f50667 4f6726ba
......@@ -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