#96 - Added explicit automatic module name for JDK 9.

This commit is contained in:
Mark Paluch
2017-09-21 14:13:57 +02:00
parent 9229b60fc1
commit 9db966b064

View File

@@ -45,6 +45,7 @@
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
<springdata.jpa>2.0.0.BUILD-SNAPSHOT</springdata.jpa>
<hibernate.envers>4.3.11</hibernate.envers>
<java-module-name>spring.data.envers</java-module-name>
</properties>
<dependencies>