Commit d3806df8 authored by Andy Wilkinson's avatar Andy Wilkinson

Remove hibernate-entitymanager.version property

Users that wish to override the version of Hibernate need to override
the hibernate.version property, as it’s the one used when declaring the
dependency management for Hibernate’s modules, so the
hibernate-entitymanager.version property is of little value.

Closes gh-3004
parent e0dfe9fb
...@@ -75,7 +75,6 @@ ...@@ -75,7 +75,6 @@
<hamcrest.version>1.3</hamcrest.version> <hamcrest.version>1.3</hamcrest.version>
<hazelcast.version>3.4.2</hazelcast.version> <hazelcast.version>3.4.2</hazelcast.version>
<hibernate.version>4.3.10.Final</hibernate.version> <hibernate.version>4.3.10.Final</hibernate.version>
<hibernate-entitymanager.version>${hibernate.version}</hibernate-entitymanager.version>
<hibernate-validator.version>5.1.3.Final</hibernate-validator.version> <hibernate-validator.version>5.1.3.Final</hibernate-validator.version>
<hikaricp.version>2.3.7</hikaricp.version> <hikaricp.version>2.3.7</hikaricp.version>
<hornetq.version>2.4.7.Final</hornetq.version> <hornetq.version>2.4.7.Final</hornetq.version>
......
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