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/01/21 18:08:36 UTC

[camel-kafka-connector] branch camel-kafka-connector-0.7.x updated: Camel-Cron connector: We need to add at least camel-quartz as dependency

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

acosentino pushed a commit to branch camel-kafka-connector-0.7.x
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git


The following commit(s) were added to refs/heads/camel-kafka-connector-0.7.x by this push:
     new 74f4ee1  Camel-Cron connector: We need to add at least camel-quartz as dependency
74f4ee1 is described below

commit 74f4ee1859fcd893fcf9b959b4fcdb3ad1962190
Author: Andrea Cosentino <an...@gmail.com>
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 a18b65f..a981df2 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>