health check
diff --git a/camel-example-spring-boot-health-checks/src/main/resources/application.properties b/camel-example-spring-boot-health-checks/src/main/resources/application.properties
index c94d8af..c3d29dc 100644
--- a/camel-example-spring-boot-health-checks/src/main/resources/application.properties
+++ b/camel-example-spring-boot-health-checks/src/main/resources/application.properties
@@ -24,15 +24,11 @@
 logging.level.sample.camel = DEBUG
 
 # expose actuator endpoint via HTTP
-management.endpoints.web.exposure.include=info,health
+management.endpoints.web.exposure.include=health
 
 # show verbose health details (/actuator/health) so you can see Camel information also
 management.endpoint.health.show-details=always
 
-# to turn off Camel info in (/actuator/info)
-management.info.camel.enabled=true
-management.info.camel.verbose=true
-
 camel.springboot.name = MyCamel
 
 # enable JMX which allows to also control health check