We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f391ddf commit 01af809Copy full SHA for 01af809
spring-boot-rest/pom.xml
@@ -47,12 +47,8 @@
47
48
<!-- Spring HATEOAS -->
49
<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>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-hateoas</artifactId>
56
</dependency>
57
58
<!-- util -->
0 commit comments