From b76e46b0cdf99f90c79b11bcca048b2ac3a8d058 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Wed, 5 Jun 2019 11:58:40 +0200 Subject: [PATCH] #829 - Added Spring Data REST HAL Explorer module to BOM. --- bom-client/pom.xml | 4 ++++ bom/pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/bom-client/pom.xml b/bom-client/pom.xml index 7134e8c4..737e0ff4 100644 --- a/bom-client/pom.xml +++ b/bom-client/pom.xml @@ -149,6 +149,10 @@ org.springframework.data spring-data-rest-hal-browser + + org.springframework.data + spring-data-rest-hal-explorer + diff --git a/bom/pom.xml b/bom/pom.xml index 0b36dd79..e795c5eb 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -119,6 +119,11 @@ spring-data-rest-hal-browser 3.2.0.BUILD-SNAPSHOT + + org.springframework.data + spring-data-rest-hal-explorer + 3.2.0.BUILD-SNAPSHOT +