This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch mongodb-fix in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit d93f294ff7ea1136af618dce88c365224f9f72c6 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jun 25 11:40:21 2021 +0200 AWS Kinesis Source: Fixed deps --- aws-kinesis-source.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/aws-kinesis-source.kamelet.yaml b/aws-kinesis-source.kamelet.yaml index 2639a2f..e621dbc 100644 --- a/aws-kinesis-source.kamelet.yaml +++ b/aws-kinesis-source.kamelet.yaml @@ -51,6 +51,7 @@ spec: dependencies: - "camel:aws2-kinesis" - "camel:kamelet" + - "camel:gson" flow: from: uri: aws2-kinesis:{{stream}}
