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 a2fd697e28c [create-pull-request] automated change (#706) a2fd697e28c is described below commit a2fd697e28c367cc9ea18c2ec2fdf6a48f61ee2d Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Jan 18 06:39:47 2023 +0100 [create-pull-request] automated change (#706) Co-authored-by: oscerd <osc...@users.noreply.github.com> --- components-starter/camel-as2-starter/pom.xml | 4 ---- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/components-starter/camel-as2-starter/pom.xml b/components-starter/camel-as2-starter/pom.xml index 36cd046fd8b..318f46aa102 100644 --- a/components-starter/camel-as2-starter/pom.xml +++ b/components-starter/camel-as2-starter/pom.xml @@ -44,10 +44,6 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </exclusion> - <exclusion> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-slf4j2-impl</artifactId> - </exclusion> </exclusions> <!--END OF GENERATED CODE--> </dependency> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index cf70a29afce..52d42778245 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -3738,6 +3738,11 @@ <artifactId>camel-support</artifactId> <version>4.0.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-swift</artifactId> + <version>4.0.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-syslog</artifactId>