#163 - Added Spring Data HAL browser module to BOM.

This commit is contained in:
Oliver Gierke
2015-04-14 18:16:08 +02:00
parent 267ce75494
commit 56a7b8e645

View File

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