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 45151bb66a548a893c8e0bcdfde8bd522aa0de1a Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Jan 8 10:30:07 2019 +0100 Added Camel Big XML example to the POM examples modules list --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index b5c18f0..1977f23 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -40,6 +40,7 @@ <module>camel-example-artemis-amqp-blueprint</module> <module>camel-example-artemis-large-messages</module> <module>camel-example-billboard-aggr</module> + <module>camel-example-bigxml-split</module> <module>camel-example-cafe</module> <module>camel-example-cassandra-kubernetes</module> <module>camel-example-cdi</module>
