From 986ac594e0b7731df31c0f1f6a1b3c384d675392 Mon Sep 17 00:00:00 2001 From: Thang PHAM Date: Mon, 1 Sep 2025 17:01:34 +0200 Subject: [PATCH] Change scope from runtime to compile for spring actuator Signed-off-by: Thang PHAM --- pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ec64b8e..67b78e4 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,10 @@ org.springframework.boot spring-boot-starter-data-jpa + + org.springframework.boot + spring-boot-starter-actuator + org.springframework.cloud spring-cloud-stream @@ -147,11 +151,6 @@ - - org.springframework.boot - spring-boot-starter-actuator - runtime - org.springframework.cloud spring-cloud-stream-binder-rabbit