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 c673ee67d3babef8233bd60787b0f4d1fe22a736 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Nov 18 14:56:15 2019 +0100 Camel-Resilience4j: Fixed groupId for service1 in example --- examples/camel-example-resilience4j/service1/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/camel-example-resilience4j/service1/pom.xml b/examples/camel-example-resilience4j/service1/pom.xml index 2875894..4375088 100644 --- a/examples/camel-example-resilience4j/service1/pom.xml +++ b/examples/camel-example-resilience4j/service1/pom.xml @@ -66,19 +66,19 @@ <!-- 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-resilience4j-starter</artifactId> </dependency> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-jetty-starter</artifactId> </dependency> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-http-starter</artifactId> </dependency>
