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-spring-boot.git
The following commit(s) were added to refs/heads/master by this push: new b5daec7 Regen b5daec7 is described below commit b5daec7665cac4c5c4cdb2b69af3bd6508b0c572 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Thu Jan 28 14:40:11 2021 +0100 Regen --- components-starter/camel-corda-starter/pom.xml | 8 ++++++++ components-starter/camel-iota-starter/pom.xml | 12 ++++++++++++ tooling/camel-spring-boot-dependencies/pom.xml | 7 ++++++- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/components-starter/camel-corda-starter/pom.xml b/components-starter/camel-corda-starter/pom.xml index d667b96..158a2e5 100644 --- a/components-starter/camel-corda-starter/pom.xml +++ b/components-starter/camel-corda-starter/pom.xml @@ -41,6 +41,14 @@ <!--START OF GENERATED CODE--> <exclusions> <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </exclusion> + <exclusion> <groupId>org.apache.logging.log4j</groupId> <artifactId>log4j-core</artifactId> </exclusion> diff --git a/components-starter/camel-iota-starter/pom.xml b/components-starter/camel-iota-starter/pom.xml index 95d1ad5..758052f 100644 --- a/components-starter/camel-iota-starter/pom.xml +++ b/components-starter/camel-iota-starter/pom.xml @@ -38,6 +38,18 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-iota</artifactId> <version>${camel-version}</version> + <!--START OF GENERATED CODE--> + <exclusions> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-classic</artifactId> + </exclusion> + <exclusion> + <groupId>ch.qos.logback</groupId> + <artifactId>logback-core</artifactId> + </exclusion> + </exclusions> + <!--END OF GENERATED CODE--> </dependency> <!--START OF GENERATED CODE--> <dependency> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index f53bb3b..da63c3f 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -159,7 +159,7 @@ <dependency> <groupId>io.methvin</groupId> <artifactId>directory-watcher</artifactId> - <version>0.12.0</version> + <version>0.13.0</version> </dependency> <dependency> <groupId>io.nessus</groupId> @@ -2919,6 +2919,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-huaweicloud-smn</artifactId> + <version>3.8.0-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-hystrix</artifactId> <version>3.8.0-SNAPSHOT</version> </dependency>