You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/03/05 13:39:51 UTC

[camel-kamelets] 01/01: AWS S3: No need for camel-jackson dependency

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

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

commit 282640f4de2da49562cccb34046d7d894cf0c16b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 5 14:39:21 2021 +0100

    AWS S3: No need for camel-jackson dependency
---
 aws-s3-source.kamelet.yaml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/aws-s3-source.kamelet.yaml b/aws-s3-source.kamelet.yaml
index e9fbb25..bb8ba07 100644
--- a/aws-s3-source.kamelet.yaml
+++ b/aws-s3-source.kamelet.yaml
@@ -49,8 +49,6 @@ spec:
   types:
     out:
       mediaType: application/json
-  dependencies:
-  - "camel:jackson"
   flow:
     from:
       uri: "aws2-s3:{{bucketNameOrArn}}"