This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch cleanup in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit fc3f9f181d5eba72f087eaeb0e37c8019119705c Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Sun Dec 29 15:34:01 2019 +0100 Added file-split-log-xml example to modules --- examples/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/pom.xml b/examples/pom.xml index c6b86e7..cfef43e 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -39,6 +39,7 @@ <module>timer-log-kotlin</module> <module>timer-log-xml</module> <module>timer-log-spring</module> + <module>file-split-log-xml</module> </modules> </project>