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.git
commit 6f9a13a2a919719f2ad1fb23fc425d99b9f2bb3a Author: Claus Ibsen <[email protected]> AuthorDate: Fri Nov 10 11:34:52 2023 +0100 Fix rat check --- .../src/main/resources/META-INF/services/org/apache/camel/component/smb | 1 - 1 file changed, 1 deletion(-) diff --git a/components/camel-smb/src/main/resources/META-INF/services/org/apache/camel/component/smb b/components/camel-smb/src/main/resources/META-INF/services/org/apache/camel/component/smb deleted file mode 100644 index 559daeb689d..00000000000 --- a/components/camel-smb/src/main/resources/META-INF/services/org/apache/camel/component/smb +++ /dev/null @@ -1 +0,0 @@ -class=org.apache.camel.component.smb.SmbComponent
