DATACMNS-759 - Switched to Spring HATEOAS version property provided by the build parent.

This commit is contained in:
Oliver Gierke
2015-09-01 09:23:39 +02:00
parent 8c90594e9e
commit be812e28cd
2 changed files with 2 additions and 3 deletions

View File

@@ -16,7 +16,6 @@
</parent>
<properties>
<springhateoas>0.18.0.RELEASE</springhateoas>
<dist.key>DATACMNS</dist.key>
</properties>
@@ -157,7 +156,7 @@
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
<version>${springhateoas}</version>
<version>${spring-hateoas}</version>
<optional>true</optional>
</dependency>