This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-3.0.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-3.0.x by this push: new f02f067 Fix groupId of referenced Camel Spring Boot dependencies f02f067 is described below commit f02f067a0f374a9d3bcccf0ecbba0e8a657314a5 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>