This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git
commit 5406999fbca5a16c4b504b90166146126708764b Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jun 9 09:48:20 2020 +0200 health check --- camel-example-spring-boot-health-checks/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel-example-spring-boot-health-checks/pom.xml b/camel-example-spring-boot-health-checks/pom.xml index 8cf97f3..58fbdb3 100644 --- a/camel-example-spring-boot-health-checks/pom.xml +++ b/camel-example-spring-boot-health-checks/pom.xml @@ -65,7 +65,7 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-actuator</artifactId> + <artifactId>spring-boot-starter-actuator</artifactId> </dependency> <!-- Camel --> <dependency>