Skip to content

Commit

Permalink
Azure Datalake still uses camel-kamelets-utils from github notation (#…
Browse files Browse the repository at this point in the history
…1598)

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Aug 29, 2023
1 parent d94b3f2 commit 1068a8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kamelets/azure-storage-datalake-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- "camel:kamelet"
- "camel:core"
- "camel:timer"
- "github:apache.camel-kamelets:camel-kamelets-utils:4.0.0-SNAPSHOT"
- "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.0.0-SNAPSHOT"
template:
from:
uri: "kamelet:source"
Expand Down
2 changes: 1 addition & 1 deletion kamelets/azure-storage-datalake-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
- "camel:kamelet"
- "camel:core"
- "camel:timer"
- "github:apache.camel-kamelets:camel-kamelets-utils:4.0.0-SNAPSHOT"
- "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.0.0-SNAPSHOT"
template:
from:
uri: "azure-storage-datalake:{{accountName}}/{{fileSystemName}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ spec:
- "camel:kamelet"
- "camel:core"
- "camel:timer"
- "github:apache.camel-kamelets:camel-kamelets-utils:4.0.0-SNAPSHOT"
- "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.0.0-SNAPSHOT"
template:
from:
uri: "kamelet:source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ spec:
- "camel:kamelet"
- "camel:core"
- "camel:timer"
- "github:apache.camel-kamelets:camel-kamelets-utils:4.0.0-SNAPSHOT"
- "mvn:org.apache.camel.kamelets:camel-kamelets-utils:4.0.0-SNAPSHOT"
template:
from:
uri: "azure-storage-datalake:{{accountName}}/{{fileSystemName}}"
Expand Down

0 comments on commit 1068a8e

Please sign in to comment.