diff --git a/pom.xml b/pom.xml index fbde536279d9a6c6394e0b07f47c9eb7c1440ea3..d838746f194a6d7b00b70385a0a2d362f5dac0a1 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>