This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push: new 843ff23e56e [create-pull-request] automated change (#588) 843ff23e56e is described below commit 843ff23e56efbbd32e477f45195d0e66bd5ed42a Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Fri Jul 1 11:26:23 2022 +0200 [create-pull-request] automated change (#588) Co-authored-by: oscerd <osc...@users.noreply.github.com> --- components-starter/camel-gora-starter/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components-starter/camel-gora-starter/pom.xml b/components-starter/camel-gora-starter/pom.xml index 45b823a91e4..5651465446f 100644 --- a/components-starter/camel-gora-starter/pom.xml +++ b/components-starter/camel-gora-starter/pom.xml @@ -44,6 +44,10 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> </exclusions> <!--END OF GENERATED CODE--> </dependency>