This is an automated email from the ASF dual-hosted git repository. nfilotto pushed a commit to branch backport-camel-smb in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 71ae1e090add4f5b497f0dc0e7307e21c7147abf Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Mon Nov 13 06:58:07 2023 +0100 camel-smb - Should be scheduled endpoint and polished code. --- tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 5ee95090eb9..156e80a2b9e 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -3832,6 +3832,11 @@ <artifactId>camel-slack</artifactId> <version>3.22.0-SNAPSHOT</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-smb</artifactId> + <version>3.22.0-SNAPSHOT</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-smpp</artifactId>