From fccc241dedbd9570ecd46488b4804dd76409a6b6 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 23 Jan 2020 13:44:50 +0000 Subject: [PATCH] Remove unnecessary dependency from HATEOAS starter Closes gh-19874 --- .../spring-boot-starter-hateoas/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/build.gradle b/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/build.gradle index 1c838cea9cf..f1b6227c5ee 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/build.gradle +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/build.gradle @@ -8,5 +8,4 @@ dependencies { api(platform(project(":spring-boot-project:spring-boot-dependencies"))) api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web")) api("org.springframework.hateoas:spring-hateoas") - api("org.springframework.plugin:spring-plugin-core") }