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-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new fb19034 Camel-Cron connector: We need to add at least camel-quartz as
dependency
fb19034 is described below
commit fb190344625f8a279a0f3926063b2bde4e678ac2
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Jan 21 13:59:04 2021 +0100
Camel-Cron connector: We need to add at least camel-quartz as dependency
---
connectors/camel-cron-kafka-connector/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/connectors/camel-cron-kafka-connector/pom.xml
b/connectors/camel-cron-kafka-connector/pom.xml
index 4c325ce..cf8500f 100644
--- a/connectors/camel-cron-kafka-connector/pom.xml
+++ b/connectors/camel-cron-kafka-connector/pom.xml
@@ -44,6 +44,10 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-cron</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.camel</groupId>
+ <artifactId>camel-quartz</artifactId>
+ </dependency>
<!--START OF GENERATED CODE-->
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>