changed spring-boot-rest HATEOAS dependency, to use the starter dependency instead

This commit is contained in:
Ger Roza 2019-04-20 16:48:02 -03:00
parent f391ddf462
commit 01af809924
1 changed files with 2 additions and 6 deletions

View File

@ -47,12 +47,8 @@
<!-- Spring HATEOAS -->
<dependency>
<groupId>org.springframework.hateoas</groupId>
<artifactId>spring-hateoas</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.plugin</groupId>
<artifactId>spring-plugin-core</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-hateoas</artifactId>
</dependency>
<!-- util -->