From cc941bf89be530c537b77da841e07dbc67c30244 Mon Sep 17 00:00:00 2001 From: Christian Dupuis Date: Thu, 7 Nov 2013 12:47:00 +0100 Subject: [PATCH] Have spring-boot-starter-shell-remote depend on spring-boot-starter-actuator --- spring-boot-starters/spring-boot-starter-shell-remote/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml index 04addb84cb0..2b8d059272b 100644 --- a/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml +++ b/spring-boot-starters/spring-boot-starter-shell-remote/pom.xml @@ -15,7 +15,7 @@ ${project.groupId} - spring-boot-starter + spring-boot-starter-actuator ${project.version}