From 3085d98c06314b2552ab16b38b342b38635dbb47 Mon Sep 17 00:00:00 2001 From: Martin <git@mail.de> Date: Fri, 22 Nov 2024 13:20:52 +0100 Subject: [PATCH] OZG-7121 add missing dependency --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index a0e0ce4..5aa6652 100644 --- a/pom.xml +++ b/pom.xml @@ -93,6 +93,12 @@ <scope>runtime</scope> <optional>true</optional> </dependency> + + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + <version>3.3.4</version> + </dependency> <!-- Spring Validation --> <dependency> -- GitLab