This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 8fa8850 Fix groupId of referenced Camel Spring Boot dependencies 8fa8850 is described below commit 8fa8850649e043aac645ae333d455dea7ad2d516 Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sun Nov 24 17:39:06 2019 +0100 Fix groupId of referenced Camel Spring Boot dependencies --- examples/camel-example-resilience4j/client/pom.xml | 2 +- examples/camel-example-resilience4j/service1/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/camel-example-resilience4j/client/pom.xml b/examples/camel-example-resilience4j/client/pom.xml index 03e9f54..b306b58 100644 --- a/examples/camel-example-resilience4j/client/pom.xml +++ b/examples/camel-example-resilience4j/client/pom.xml @@ -47,7 +47,7 @@ <scope>import</scope> </dependency> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-dependencies</artifactId> <version>${project.version}</version> <type>pom</type> diff --git a/examples/camel-example-resilience4j/service1/pom.xml b/examples/camel-example-resilience4j/service1/pom.xml index 4375088..272ca13 100644 --- a/examples/camel-example-resilience4j/service1/pom.xml +++ b/examples/camel-example-resilience4j/service1/pom.xml @@ -47,7 +47,7 @@ <scope>import</scope> </dependency> <dependency> - <groupId>org.apache.camel</groupId> + <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-spring-boot-dependencies</artifactId> <version>${project.version}</version> <type>pom</type>