From 306796c8d9d95fb14d92c38710a9c39949f33fd6 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Mon, 26 Feb 2018 23:01:25 -0500 Subject: [PATCH] GH-1211 made Actuator optional --- spring-cloud-stream-binder-rabbit/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-cloud-stream-binder-rabbit/pom.xml b/spring-cloud-stream-binder-rabbit/pom.xml index 5b56abc87..5a8e78591 100644 --- a/spring-cloud-stream-binder-rabbit/pom.xml +++ b/spring-cloud-stream-binder-rabbit/pom.xml @@ -19,6 +19,11 @@ spring-cloud-stream-binder-rabbit-core ${project.version} + + org.springframework.boot + spring-boot-starter-actuator + true + org.springframework.boot spring-boot-configuration-processor