diff --git a/pom.xml b/pom.xml index ea12ba308c01ffec8fc8c2323cd1eaa19eba9341..8dbd4d0761eb55f828e80e991c36b7319ab8d236 100644 --- a/pom.xml +++ b/pom.xml @@ -56,6 +56,10 @@ <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-security</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-actuator</artifactId> + </dependency> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-commons</artifactId>