You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2022/10/25 08:15:15 UTC

[camel-kamelets] 01/02: azure-eventhubs-sink: remove hardcoded jackson dependencies

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

lburgazzoli pushed a commit to branch 0.9.x
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 9635b0ea2c58697a97c67b3747fafce2879fcd60
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 415944b9..5088abf8 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: