Skip to content

Commit

Permalink
Azure Storage Blob Changefeed : remove dependencies not required anym…
Browse files Browse the repository at this point in the history
…ore #1674 (#1675)
  • Loading branch information
lburgazzoli committed Oct 6, 2023
1 parent 75c3563 commit 843c0ef
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 16 deletions.
12 changes: 4 additions & 8 deletions kamelets/azure-storage-blob-changefeed-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,22 @@ spec:
description: The Azure Storage Blob account name.
type: string
x-descriptors:
- urn:camel:group:credentials
- urn:camel:group:credentials
accessKey:
title: Access Key
description: The Azure Storage Blob access Key.
type: string
format: password
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
dependencies:
- "camel:azure-storage-blob"
- "camel:kamelet"
- "camel:core"
- 'camel:jackson'
- "camel:jackson"
- "camel:jsonpath"
- "camel:timer"
- "mvn:com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4"
- "mvn:com.azure:azure-storage-blob-changefeed:12.0.0-beta.17"
template:
from:
uri: "timer:azure-storage-blob-stream"
Expand All @@ -85,7 +83,6 @@ spec:
- marshal:
json:
library: Jackson
module-class-names: com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
unmarshalType: com.fasterxml.jackson.databind.JsonNode
- set-header:
name: "azure-storage-blob-changefeed-topic"
Expand Down Expand Up @@ -130,4 +127,3 @@ spec:
library: Jackson
module-class-names: com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
- to: "kamelet:sink"

Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,22 @@ spec:
description: The Azure Storage Blob account name.
type: string
x-descriptors:
- urn:camel:group:credentials
- urn:camel:group:credentials
accessKey:
title: Access Key
description: The Azure Storage Blob access Key.
type: string
format: password
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
- urn:alm:descriptor:com.tectonic.ui:password
- urn:camel:group:credentials
dependencies:
- "camel:azure-storage-blob"
- "camel:kamelet"
- "camel:core"
- 'camel:jackson'
- "camel:jackson"
- "camel:jsonpath"
- "camel:timer"
- "mvn:com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.4"
- "mvn:com.azure:azure-storage-blob-changefeed:12.0.0-beta.17"
template:
from:
uri: "timer:azure-storage-blob-stream"
Expand All @@ -85,7 +83,6 @@ spec:
- marshal:
json:
library: Jackson
module-class-names: com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
unmarshalType: com.fasterxml.jackson.databind.JsonNode
- set-header:
name: "azure-storage-blob-changefeed-topic"
Expand Down Expand Up @@ -130,4 +127,3 @@ spec:
library: Jackson
module-class-names: com.fasterxml.jackson.datatype.jsr310.JavaTimeModule
- to: "kamelet:sink"

0 comments on commit 843c0ef

Please sign in to comment.