diff --git a/pom.xml b/pom.xml
index 9c00cb9..38a39b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,6 +129,10 @@
org.springdoc
springdoc-openapi-starter-webmvc-ui
+
+ org.springframework.boot
+ spring-boot-starter-actuator
+
@@ -167,10 +171,6 @@
powsybl-triple-store-impl-rdf4j
runtime
-
- org.springframework.boot
- spring-boot-starter-actuator
-
org.springframework.cloud
spring-cloud-stream-binder-rabbit
diff --git a/src/main/resources/application-local.yml b/src/main/resources/application-local.yml
index 819c39e..f01c888 100644
--- a/src/main/resources/application-local.yml
+++ b/src/main/resources/application-local.yml
@@ -23,10 +23,3 @@ gridsuite:
base-uri: http://localhost:8087
report-server:
base-uri: http://localhost:5028
-
-management:
- endpoints:
- web:
- exposure:
- include: prometheus, health, info
-