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
The following commit(s) were added to refs/heads/master by this push: new 3532927 rabbitmq example should use the new spring-rabbitmq component 3532927 is described below commit 3532927a53250fd2acf912493811e9da3a7bb401 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Jan 12 18:17:33 2021 +0100 rabbitmq example should use the new spring-rabbitmq component --- camel-example-spring-boot-rabbitmq/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/camel-example-spring-boot-rabbitmq/pom.xml b/camel-example-spring-boot-rabbitmq/pom.xml index 21e6612..c76461d 100644 --- a/camel-example-spring-boot-rabbitmq/pom.xml +++ b/camel-example-spring-boot-rabbitmq/pom.xml @@ -69,7 +69,7 @@ </dependency> <dependency> <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-actuator</artifactId> + <artifactId>spring-boot-actuator-autoconfigure</artifactId> </dependency> <!-- use spring rabbitmq --> <dependency>