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

acosentino pushed a commit to branch jira-source
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 80aeaeb8b544373b074af1940e5399ea792c28bf
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Oct 18 06:45:27 2021 +0200

    Jira Source Kamelet requires joda-time date/time type
---
 jira-source.kamelet.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/jira-source.kamelet.yaml b/jira-source.kamelet.yaml
index af92a33..f277740 100644
--- a/jira-source.kamelet.yaml
+++ b/jira-source.kamelet.yaml
@@ -50,6 +50,7 @@ spec:
   - "camel:jackson"
   - "camel:jira"
   - "camel:kamelet"
+  - "mvn:com.fasterxml.jackson.datatype:jackson-datatype-joda:2.12.5"
   flow:
     from:
       uri: "jira:newIssues"

Reply via email to