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


The following commit(s) were added to refs/heads/main by this push:
     new 377abfa  Added camel:bean dependency to 
elasticsearch-index-sink.kamelet.yaml
377abfa is described below

commit 377abfa447c8582c3348f7ba8cbe1ae87ed7df87
Author: Andrea Tarocchi <and...@tarocch.it>
AuthorDate: Wed Sep 1 22:35:35 2021 +0200

    Added camel:bean dependency to elasticsearch-index-sink.kamelet.yaml
    
    It is needed by the simple language expressions used.
---
 elasticsearch-index-sink.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/elasticsearch-index-sink.kamelet.yaml 
b/elasticsearch-index-sink.kamelet.yaml
index 308795c..4ebdba4 100644
--- a/elasticsearch-index-sink.kamelet.yaml
+++ b/elasticsearch-index-sink.kamelet.yaml
@@ -83,6 +83,7 @@ spec:
     - "mvn:org.apache.camel.k:camel-k-kamelet-reify"
     - "camel:elasticsearch-rest"
     - "camel:gson"
+    - "camel:bean"
   flow:
     from:
       uri: kamelet:source

Reply via email to