Skip to content

Commit 01af809

Browse files
committed
changed spring-boot-rest HATEOAS dependency, to use the starter dependency instead
1 parent f391ddf commit 01af809

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

spring-boot-rest/pom.xml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,8 @@
4747

4848
<!-- Spring HATEOAS -->
4949
<dependency>
50-
<groupId>org.springframework.hateoas</groupId>
51-
<artifactId>spring-hateoas</artifactId>
52-
</dependency>
53-
<dependency>
54-
<groupId>org.springframework.plugin</groupId>
55-
<artifactId>spring-plugin-core</artifactId>
50+
<groupId>org.springframework.boot</groupId>
51+
<artifactId>spring-boot-starter-hateoas</artifactId>
5652
</dependency>
5753

5854
<!-- util -->

0 commit comments

Comments
 (0)