You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/04 06:26:25 UTC

[camel-examples] 04/07: Kafka To Azure Example added to examples POM

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-examples.git

commit 331b7cfb66fc89913e6116335b4d444477fd34aa
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Nov 4 07:21:21 2021 +0100

    Kafka To Azure Example added to examples POM
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 46687a1..0744dba 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -122,6 +122,7 @@
         <module>jmx</module>
         <module>jooq</module>
         <module>kafka</module>
+        <module>kafka-azure</module>
         <module>kamelet</module>
         <module>kamelet-chucknorris</module>
         <module>kamelet-main</module>