Browse Source

Remove unnecessary dependency from HATEOAS starter

Closes gh-19874
pull/19880/head
Andy Wilkinson 6 years ago
parent
commit
fccc241ded
  1. 1
      spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/build.gradle

1
spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/build.gradle

@ -8,5 +8,4 @@ dependencies { @@ -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")
}

Loading…
Cancel
Save