DATAREST-651 - Upgraded to Spring HATEOAS 0.19.

Upgraded to snapshots of Spring HATEOAS to use the now extended constructor of HalHandlerInstantiator to be able to render title attributes for links.
This commit is contained in:
Oliver Gierke
2015-08-19 19:10:46 +02:00
parent 52a8d837f0
commit 39eb338025
5 changed files with 10 additions and 8 deletions

View File

@@ -16,7 +16,7 @@
</parent>
<properties>
<spring.hateoas>0.18.0.RELEASE</spring.hateoas>
<spring.hateoas>0.19.0.BUILD-SNAPSHOT</spring.hateoas>
<springplugin>1.2.0.RELEASE</springplugin>
<evoinflector>1.2.1</evoinflector>
</properties>