DATAREST-663 - Switched to Spring HATEOAS version property from build parent.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user