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
commit e908904305176fedabb97587b6e71394094a6b2c Author: James Netherton <[email protected]> AuthorDate: Thu Oct 2 12:00:13 2025 +0100 Add ai.djl:api to dependency convergence check CI exclusions --- .github/workflows/check-dependency-convergence.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-dependency-convergence.yml b/.github/workflows/check-dependency-convergence.yml index 7d654fbe70..d29b46b61b 100644 --- a/.github/workflows/check-dependency-convergence.yml +++ b/.github/workflows/check-dependency-convergence.yml @@ -79,6 +79,8 @@ jobs: # List of Maven GAVs to ignore from the dependency convergence check results. Keep sorted alphabetically IGNORED_GAVS=( + # Mismatch between camel-quarkus-djl & camel-quarkus-langchain4j-embeddings + "ai.djl:api" # 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
