#6 - Remove dependency management for spring-data-rest-hal-browser.

This commit is contained in:
Mark Paluch
2020-08-12 09:30:07 +02:00
parent f9f07a0696
commit 6571cfc3ce
2 changed files with 0 additions and 9 deletions

View File

@@ -156,10 +156,6 @@
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-browser</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-explorer</artifactId>

View File

@@ -171,11 +171,6 @@
<artifactId>spring-data-rest-core</artifactId>
<version>3.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-browser</artifactId>
<version>3.4.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-explorer</artifactId>