You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by df...@apache.org on 2021/04/20 18:17:08 UTC

[camel-examples] 32/35: Added Azure Eventhubs example to module

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

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

commit 2676b1c33298998dcf2f0baf61befa268f44b73e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 16 07:51:51 2021 +0200

    Added Azure Eventhubs example to module
---
 examples/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 0b0493f..5aaf3e5 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -87,6 +87,7 @@
         <module>artemis-large-messages</module>
         <module>as2</module>
         <module>aws</module>
+        <module>azure-eventhubs</module>
         <module>azure-storage-blob</module>
         <module>basic</module>
         <module>billboard-aggregate</module>