You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/17 20:23:32 UTC

[camel-spring-boot-examples] 02/04: Added Quartz Example to POM

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git

commit c185c22634df804c0c9cd0f496ed39f0f88814cf
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Nov 17 18:41:27 2021 +0100

    Added Quartz Example to POM
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 01d25a9..09e38a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,7 @@
 		<module>xml-import</module>
 		<module>zipkin</module>
 		<module>strimzi</module>
+		<module>quartz</module>
 		<module>splitter-eip</module>
 		<module>widget-gadget</module>
 		<module>unit-testing</module>