#123 - Dependency polishing.

Configure the Spring HATEOAS version int the Spring Data REST sample root. Upgraded Spring Security to 4.0.2.RELEASE.
This commit is contained in:
Oliver Gierke
2015-08-04 18:10:43 +02:00
parent bd90bd04d6
commit 9a91c4073f
3 changed files with 6 additions and 6 deletions

View File

@@ -22,6 +22,10 @@
<module>headers</module>
</modules>
<properties>
<spring-hateoas.version>0.18.0.RELEASE</spring-hateoas.version>
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>