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 2022/10/25 07:33:36 UTC

[camel-kamelets] branch main updated: azure-eventhubs-sink: remove hardcoded jackson dependencies

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-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 7d1a007d azure-eventhubs-sink: remove hardcoded jackson dependencies
7d1a007d is described below

commit 7d1a007dbc61b8c3c8cb8921281d09976cc9e2fa
Author: Luca Burgazzoli <lb...@gmail.com>
AuthorDate: Tue Oct 25 09:32:25 2022 +0200

    azure-eventhubs-sink: remove hardcoded jackson dependencies
---
 kamelets/azure-eventhubs-sink.kamelet.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/kamelets/azure-eventhubs-sink.kamelet.yaml b/kamelets/azure-eventhubs-sink.kamelet.yaml
index e5f15dc5..237e2c7f 100644
--- a/kamelets/azure-eventhubs-sink.kamelet.yaml
+++ b/kamelets/azure-eventhubs-sink.kamelet.yaml
@@ -67,11 +67,6 @@ spec:
         - urn:camel:group:credentials
   dependencies:
     - "camel:core"
-    #TODO: these mvn:* dependencies must be removed after upgrading to camel 3.10
-    - "mvn:com.fasterxml.jackson.core:jackson-core:2.11.3"
-    - "mvn:com.fasterxml.jackson.core:jackson-annotations:2.11.3"
-    - "mvn:com.fasterxml.jackson.core:jackson-databind:2.11.3"
-    - "mvn:com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.3"
     - "camel:azure-eventhubs"
     - "camel:kamelet"
   template: