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 78c86ac5de794af05240365d371b21f62e6fd760 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Dec 1 12:54:20 2022 +0100 Fix validation for ms-exchange source kamelet Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml b/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml index 8523bea2..e59e6277 100644 --- a/kamelets/ms-exchange-online-imap-oauth-source.kamelet.yaml +++ b/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
