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

Croway pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new c72905ae CAMEL-23135: upgrade remaining quickstarts to use 
camel-jackson3-starter
c72905ae is described below

commit c72905ae11c4cf9c5c8bc285235ec052e7f67e3e
Author: Torsten Mielke <[email protected]>
AuthorDate: Wed Aug 5 09:48:57 2026 +0200

    CAMEL-23135: upgrade remaining quickstarts to use camel-jackson3-starter
    
    Updating
      milvus/pom.xml
      qdrant/pom.xml
    
    to use camel-jackson3-starter instead of camel-jackson-starter.
    All other quickstarts that use Jackson are already at version 3.
---
 milvus/pom.xml | 2 +-
 qdrant/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/milvus/pom.xml b/milvus/pom.xml
index 743cfecb..26308b3a 100644
--- a/milvus/pom.xml
+++ b/milvus/pom.xml
@@ -89,7 +89,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-jackson-starter</artifactId>
+            <artifactId>camel-jackson3-starter</artifactId>
         </dependency>
 
         <!-- test -->
diff --git a/qdrant/pom.xml b/qdrant/pom.xml
index 026f2796..d1deee15 100644
--- a/qdrant/pom.xml
+++ b/qdrant/pom.xml
@@ -89,7 +89,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel.springboot</groupId>
-            <artifactId>camel-jackson-starter</artifactId>
+            <artifactId>camel-jackson3-starter</artifactId>
         </dependency>
     </dependencies>
 

Reply via email to