This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-examples.git
commit 05307ce743dc95150b650483a225ab7ffaf609c3 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Mar 3 18:27:54 2021 +0100 CAMEL-16300 - added a google pubsub example --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index bdef49e..8ed2435 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -130,6 +130,7 @@ <module>main-endpointdsl-aws2</module> <module>main-endpointdsl-aws2-s3</module> <module>main-endpointdsl-aws2-s3-kafka</module> + <module>main-endpointdsl-google-pubsub</module> <module>main-health</module> <module>main-joor</module> <module>main-lambda</module>