#829 - Added Spring Data REST HAL Explorer module to BOM.

This commit is contained in:
Oliver Drotbohm
2019-06-05 11:58:40 +02:00
parent 835477dbb1
commit b76e46b0cd
2 changed files with 9 additions and 0 deletions

View File

@@ -149,6 +149,10 @@
<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>
</dependency>
<!-- Spring Data Solr -->
<dependency>

View File

@@ -119,6 +119,11 @@
<artifactId>spring-data-rest-hal-browser</artifactId>
<version>3.2.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-rest-hal-explorer</artifactId>
<version>3.2.0.BUILD-SNAPSHOT</version>
</dependency>
<!-- Spring Data Solr -->
<dependency>