This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
commit f36e1169f1ed61a37014acf6d317619b94d7cb99 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Nov 18 14:54:57 2019 +0100 Camel-Resilience4j: Fixed jars in example --- examples/camel-example-resilience4j/client/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/camel-example-resilience4j/client/pom.xml b/examples/camel-example-resilience4j/client/pom.xml index d29fede..03e9f54 100644 --- a/examples/camel-example-resilience4j/client/pom.xml +++ b/examples/camel-example-resilience4j/client/pom.xml @@ -66,15 +66,15 @@ <!-- camel --> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-starter</artifactId> </dependency> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-http-starter</artifactId> </dependency> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-resilience4j-starter</artifactId> </dependency>
