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

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


The following commit(s) were added to refs/heads/main by this push:
     new 1b4d59cc7b Add fastjson & concurrentlinkedhashmap-lru to dependency 
convergence check CI exclusions
1b4d59cc7b is described below

commit 1b4d59cc7b5f2dc050daccc7c27f80de5791b994
Author: James Netherton <[email protected]>
AuthorDate: Tue May 19 07:08:25 2026 +0100

    Add fastjson & concurrentlinkedhashmap-lru to dependency convergence check 
CI exclusions
---
 .github/workflows/check-dependency-convergence.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/check-dependency-convergence.yml 
b/.github/workflows/check-dependency-convergence.yml
index d6eca57b1a..49a6eb4dcf 100644
--- a/.github/workflows/check-dependency-convergence.yml
+++ b/.github/workflows/check-dependency-convergence.yml
@@ -81,6 +81,8 @@ jobs:
           IGNORED_GAVS=(
             # Mismatch between camel-quarkus-djl & 
camel-quarkus-langchain4j-embeddings
             "ai.djl:api"
+            # Mismatch between camel-fastjson & camel-rocketmq
+            "com.alibaba:fastjson"
             # Mismatch between camel-quarkus-aws-xray & 
camel-quarkus-aws2-kinesis
             "com.amazonaws:aws-java-sdk-core"
             # Mismatch between camel-quarkus-aws-xray & 
camel-quarkus-aws2-kinesis
@@ -99,6 +101,8 @@ jobs:
             "com.google.api:gax-grpc"
             # Mismatch between camel-quarkus-google-bigquery, 
camel-quarkus-google-functions, camel-quarkus-google-pubsub & 
camel-quarkus-google-storage
             "com.google.api.grpc:proto-google-iam-v1"
+            # Mismatch between camel-djl & camel-rocketmq
+            
"com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru"
             # Mismatch between camel-quarkus-couchdb & 
camel-quarkus-ibm-secrets-manager
             "com.ibm.cloud:sdk-core"
             # Mismatch between camel-quarkus-mail-microsoft-oauth & 
camel-quarkus-weaviate

Reply via email to