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 67fe470b27431700d8901d62c8a0c720cbd2e1a3 Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Jul 21 12:03:02 2022 +0200 Added Whatsapp example to modules --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index 2868a873..7596462b 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -157,6 +157,7 @@ <module>twitter-websocket</module> <module>widget-gadget-java</module> <module>widget-gadget-xml</module> + <module>whatsapp</module> </modules> <properties>
