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 a8524241df355e18e2793bdbe23e0748bb8d34fe Author: Andrea Cosentino <[email protected]> AuthorDate: Tue May 18 14:17:54 2021 +0200 AWS-Kinesis Source Kamelet doesn't return json --- aws-kinesis-source.kamelet.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/aws-kinesis-source.kamelet.yaml b/aws-kinesis-source.kamelet.yaml index 6a7fead..e8778f4 100644 --- a/aws-kinesis-source.kamelet.yaml +++ b/aws-kinesis-source.kamelet.yaml @@ -43,9 +43,6 @@ spec: description: The AWS region to connect to (capitalized name) type: string example: eu-west-1 - types: - out: - mediaType: application/json dependencies: - "camel:aws2-kinesis" - "camel:kamelet"
