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 d175b8a30b770bd7c40738a9917e0f5d2751c265 Author: James Netherton <[email protected]> AuthorDate: Wed Feb 25 08:21:47 2026 +0000 Remove net.sf.saxon:Saxon-HE exclusion from dependency convergence check workflow --- .github/workflows/check-dependency-convergence.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/check-dependency-convergence.yml b/.github/workflows/check-dependency-convergence.yml index 50336ea9ab..aee6c7c27f 100644 --- a/.github/workflows/check-dependency-convergence.yml +++ b/.github/workflows/check-dependency-convergence.yml @@ -105,8 +105,6 @@ jobs: "com.nimbusds:oauth2-oidc-sdk" # Mismatch between camel-quarkus-cassandraql & camel-quarkus-dfdl "com.typesafe:config" - # Mismatch between camel-quarkus-xslt-saxon & camel-quarkus-dfdl - "net.sf.saxon:Saxon-HE" # Mismatch between camel-quarkus-aws-datasonnet, camel-quarkus-djl & camel-quarkus-aws2-kinesis "io.github.classgraph:classgraph" # Mismatch between camel-quarkus-csv, camel-quarkus-djl & camel-quarkus-tika
