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

tcunning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 73ea276e3666c81b18fe559a69cbfc4fb37685a6
Author: Tom Cunningham <[email protected]>
AuthorDate: Mon Nov 24 14:14:14 2025 -0500

    Add jackson-databind dependency (inherited spring-vault dependencies have 
changed)
---
 components/camel-pqc/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/components/camel-pqc/pom.xml b/components/camel-pqc/pom.xml
index fad763ad24f8..902a5dfc9a6a 100644
--- a/components/camel-pqc/pom.xml
+++ b/components/camel-pqc/pom.xml
@@ -48,6 +48,12 @@
             <version>${bouncycastle-version}</version>
         </dependency>
 
+        <dependency>
+            <groupId>com.fasterxml.jackson.core</groupId>
+            <artifactId>jackson-databind</artifactId>
+            <version>${jackson2-version}</version>
+        </dependency>
+
         <!-- Spring Vault for HashicorpVaultKeyLifecycleManager (optional) -->
         <dependency>
             <groupId>org.springframework.vault</groupId>

Reply via email to