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:16 UTC

[camel-kafka-connector] branch fix-cron-deps-0.7.x created (now 6ec43af)

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

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


      at 6ec43af  Camel-Cron connector: We need to add at least camel-quartz as dependency

This branch includes the following new commits:

     new 6ec43af  Camel-Cron connector: We need to add at least camel-quartz as dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-kafka-connector] 01/01: Camel-Cron connector: We need to add at least camel-quartz as dependency

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6ec43af4dd89942cab5ab16fbd0d9768600205c8
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>