This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit c8191d1d54f5626afbb1503c477a7ba7f9cfdd58
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Tue Mar 9 08:45:25 2021 +0100

    FTP Source Kamelet: No need for camel-jackson dependency and the out type 
is not json
---
 ftp-source.kamelet.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/ftp-source.kamelet.yaml b/ftp-source.kamelet.yaml
index 18c827c..ce8c935 100644
--- a/ftp-source.kamelet.yaml
+++ b/ftp-source.kamelet.yaml
@@ -53,11 +53,6 @@ spec:
         description: If a directory, will look for files in all the 
sub-directories as well.
         type: boolean
         default: false
-  types:
-    out:
-      mediaType: application/json
-  dependencies:
-  - "camel:jackson"
   flow:
     from:
       uri: "ftp:{{username}}@{{host}}:{{port}}/{{directoryName}}"

Reply via email to