From 90defac71c8b5f86e43013d1c60cecbcf3ce72b5 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 23 Sep 2019 17:07:08 -0700 Subject: [PATCH] Workaround Spring Data Rest enforcer issue Temporarily update `spring-boot-starter-data-rest` to declare the correct spring-plugin version. --- .../spring-boot-starter-data-rest/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml index a03480de98..5ed63e32d3 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/pom.xml @@ -27,7 +27,16 @@ org.slf4j jcl-over-slf4j + + org.springframework.plugin + spring-plugin-core + + + org.springframework.plugin + spring-plugin-core + 2.0.0.BUILD-SNAPSHOT +