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 2aca6e3e581fa033d2759ba8aebfba14ad3b93cb Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Aug 28 11:46:02 2019 +0200 Added category to bigxml split example --- examples/camel-example-bigxml-split/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/camel-example-bigxml-split/pom.xml b/examples/camel-example-bigxml-split/pom.xml index d07987a..53b3862 100644 --- a/examples/camel-example-bigxml-split/pom.xml +++ b/examples/camel-example-bigxml-split/pom.xml @@ -40,6 +40,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <skipTests>true</skipTests> + <category>EIP</category> </properties> <dependencies>
