This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch infinispan-source-headers in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit e42ac88c869d988b494653811ed60114225e457a Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 29 12:09:13 2021 +0200 Infinispan source Kamelet: Convert resulting headers into consumable headers for knative --- infinispan-source.kamelet.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/infinispan-source.kamelet.yaml b/infinispan-source.kamelet.yaml index 0662477..db75307 100644 --- a/infinispan-source.kamelet.yaml +++ b/infinispan-source.kamelet.yaml @@ -76,6 +76,7 @@ spec: dependencies: - "mvn:org.apache.camel.k:camel-k-kamelet-reify" - "camel:kamelet" + - "camel:core" - "camel:infinispan" flow: from:
