DATAREST-663 - Switched to Spring HATEOAS version property from build parent.

This commit is contained in:
Oliver Gierke
2015-09-01 11:28:41 +02:00
parent e35313ad20
commit 2dfce406e9

View File

@@ -16,7 +16,6 @@
</parent>
<properties>
<spring.hateoas>0.19.0.BUILD-SNAPSHOT</spring.hateoas>
<springplugin>1.2.0.RELEASE</springplugin>
<evoinflector>1.2.1</evoinflector>
</properties>
@@ -31,7 +30,7 @@
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>${spring.hateoas}</version>
<version>${spring-hateoas}</version>
</dependency>
<dependency>