Skip to content

Commit

Permalink
changed spring-boot-rest HATEOAS dependency, to use the starter depe…
Browse files Browse the repository at this point in the history
…ndency instead
  • Loading branch information
rozagerardo committed Apr 20, 2019
1 parent f391ddf commit 01af809
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions spring-boot-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down

0 comments on commit 01af809

Please sign in to comment.