diff --git a/pom.xml b/pom.xml
index f2f73092813a8bb86af3c4c3bbe5f512940939f8..d8fe4b3c0a44524952c43eb81116e1b4f76261ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -44,6 +44,11 @@
 		    <artifactId>reflections</artifactId>
 		    <version>0.10.2</version>
 		</dependency>
+		<dependency>
+			<groupId>org.springframework.boot</groupId>
+			<artifactId>spring-boot-starter-actuator</artifactId>
+		</dependency>
+
 
 <!--		<dependency>-->
 <!--		    <groupId>io.fabric8</groupId>-->