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 043386bdf13f13d21bbbc9b90b1346865ec1e1f6 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Jun 23 07:47:48 2021 +0200 AWS Kinesis Source Kamelet: return just the record data while consuming --- 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 2865346..f701fa8 100644 --- a/aws-kinesis-source.kamelet.yaml +++ b/aws-kinesis-source.kamelet.yaml @@ -47,6 +47,7 @@ spec: example: eu-west-1 dependencies: - "camel:aws2-kinesis" + - "camel:core" - "camel:kamelet" flow: from:
