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 9ed7bde8a7a1b64bdcd02ead0b872cac797ce41d Author: nicolaferraro <[email protected]> AuthorDate: Tue Mar 23 09:39:31 2021 +0100 declare dependencies --- aws-sqs-fifo-sink.kamelet.yaml | 3 +++ earthquake-source.kamelet.yaml | 1 + 2 files changed, 4 insertions(+) diff --git a/aws-sqs-fifo-sink.kamelet.yaml b/aws-sqs-fifo-sink.kamelet.yaml index 2c2654f..0d27b93 100644 --- a/aws-sqs-fifo-sink.kamelet.yaml +++ b/aws-sqs-fifo-sink.kamelet.yaml @@ -7,6 +7,7 @@ metadata: camel.apache.org/provider: "Apache Software Foundation" labels: camel.apache.org/kamelet.type: sink + camel.apache.org/requires.runtime: "camel-quarkus" spec: definition: title: AWS SQS FIFO Sink @@ -43,6 +44,8 @@ spec: description: Use content-based deduplication (should be enabled in the SQS FIFO queue first) type: boolean default: false + dependencies: + - camel-quarkus:aws2-sqs flow: from: uri: kamelet:source diff --git a/earthquake-source.kamelet.yaml b/earthquake-source.kamelet.yaml index a82554b..dc8f2fe 100755 --- a/earthquake-source.kamelet.yaml +++ b/earthquake-source.kamelet.yaml @@ -8,6 +8,7 @@ metadata: labels: camel.apache.org/kamelet.type: "source" camel.apache.org/kamelet.verified: "true" + camel.apache.org/requires.runtime: "camel-quarkus" spec: definition: title: Earthquake Source
