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.git
commit 02af8a619b41be3ddc42b0669d71906df713e114 Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 8 09:27:05 2019 +0100 Added Billboard example to POM modules list --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index a480f01..b5c18f0 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -39,6 +39,7 @@ <module>camel-example-aggregate</module> <module>camel-example-artemis-amqp-blueprint</module> <module>camel-example-artemis-large-messages</module> + <module>camel-example-billboard-aggr</module> <module>camel-example-cafe</module> <module>camel-example-cassandra-kubernetes</module> <module>camel-example-cdi</module>
