This is an automated email from the ASF dual-hosted git repository. valdar pushed a commit to branch issue/2236 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit a4e53a4be7fa4a678b428e4a1419248981fc0ce4 Author: Andrea Tarocchi <[email protected]> AuthorDate: Thu Oct 10 15:27:26 2024 +0200 fix #2236: Wrong artifact id in kafka-apicurio-registry-not-secured-source.kamelet.yaml dependencies --- kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml b/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml index 0ba480ec..04bc00a8 100644 --- a/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml +++ b/kamelets/kafka-apicurio-registry-not-secured-source.kamelet.yaml @@ -110,7 +110,7 @@ spec: - "camel:kafka" - "camel:core" - "camel:kamelet" - - "mvn:io.quarkus:io.quarkus:quarkus-apicurio-registry-json-schema:3.15.1" + - "mvn:io.quarkus:quarkus-apicurio-registry-json-schema:3.15.1" template: beans: - name: kafkaHeaderDeserializer
