This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 55037bc40b675d96a8d42b6432718c8f856bb11c Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Dec 1 12:54:56 2022 +0100 Fix validation for ms-exchange source kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- .../resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/camel-kamelets/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml index 8523bea2..e59e6277 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml @@ -88,6 +88,7 @@ spec: - "camel:core" - "camel:kamelet" - "camel:mail-microsoft-oauth" + - "camel:mail" template: beans: - name: exchangeAuthenticator
