From 01af80992432531cdc8dd2d56dc07b188ed9022a Mon Sep 17 00:00:00 2001 From: Ger Roza Date: Sat, 20 Apr 2019 16:48:02 -0300 Subject: [PATCH] changed spring-boot-rest HATEOAS dependency, to use the starter dependency instead --- spring-boot-rest/pom.xml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/spring-boot-rest/pom.xml b/spring-boot-rest/pom.xml index 0616c4243c..598b589ea0 100644 --- a/spring-boot-rest/pom.xml +++ b/spring-boot-rest/pom.xml @@ -47,12 +47,8 @@ - org.springframework.hateoas - spring-hateoas - - - org.springframework.plugin - spring-plugin-core + org.springframework.boot + spring-boot-starter-hateoas