From 16206376afc0f561cf1cacb2adec0a18005512c8 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Wed, 20 Dec 2023 13:52:37 +0100 Subject: [PATCH] OZG-4453 enable spring actuator --- pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index fbde536..d838746 100644 --- a/pom.xml +++ b/pom.xml @@ -55,6 +55,10 @@ <groupId>io.javaoperatorsdk</groupId> <artifactId>operator-framework-spring-boot-starter</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + </dependency> <!-- tools --> <dependency> -- GitLab