Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit 418a7da

Browse files
committed
Remove useless HATEOAS dependency from data-rest sample
1 parent 7a96a73 commit 418a7da

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

samples/data-rest/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@
5858
<groupId>org.springframework.data</groupId>
5959
<artifactId>spring-data-rest-webmvc</artifactId>
6060
</dependency>
61-
<dependency>
62-
<groupId>org.springframework.hateoas</groupId>
63-
<artifactId>spring-hateoas</artifactId>
64-
</dependency>
65-
6661

6762
<!-- H2 -->
6863
<dependency>

0 commit comments

Comments
 (0)