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 755a435a6d36a5621c62d0028f90ba3f430707ed Author: Andrea Cosentino <[email protected]> AuthorDate: Tue May 18 14:21:16 2021 +0200 File Watch Source Kamelet doesn't return json --- file-watch-source.kamelet.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/file-watch-source.kamelet.yaml b/file-watch-source.kamelet.yaml index 2e64738..e728604 100644 --- a/file-watch-source.kamelet.yaml +++ b/file-watch-source.kamelet.yaml @@ -27,9 +27,6 @@ spec: description: The type of events to consume type: string default: "CREATE,MODIFY,DELETE" - types: - out: - mediaType: application/json dependencies: - "camel:file-watch" - "camel:kamelet"
