This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cosmosdb-source in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 1e17f76bf379580e239e52f8e2ec743bfd8e54fd Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jul 27 14:40:02 2021 +0200 Added Azure CosmosDB Source Kamelet --- azure-cosmosdb-source.kamelet.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-cosmosdb-source.kamelet.yaml b/azure-cosmosdb-source.kamelet.yaml index 812ecf3..4cc189d 100644 --- a/azure-cosmosdb-source.kamelet.yaml +++ b/azure-cosmosdb-source.kamelet.yaml @@ -65,6 +65,8 @@ spec: type: string dependencies: - "camel:azure-cosmosdb" + - "camel:kamelet" + - "camel:jackson" flow: from: uri: "azure-cosmosdb:{{databaseName}}/{{containerName}}"
