This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 601a2c55b9d5a435c05c477c5a180de5564e130e Author: James Netherton <[email protected]> AuthorDate: Thu Nov 16 09:51:00 2023 +0000 Add kafka-oauth-common to fix kafka example native build --- kafka/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kafka/pom.xml b/kafka/pom.xml index f25c2ac..d36c6fa 100644 --- a/kafka/pom.xml +++ b/kafka/pom.xml @@ -107,6 +107,10 @@ <groupId>io.strimzi</groupId> <artifactId>kafka-oauth-client</artifactId> </dependency> + <dependency> + <groupId>io.strimzi</groupId> + <artifactId>kafka-oauth-common</artifactId> + </dependency> <!-- Test --> <dependency>
