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 cb6fadf66af10d7054014623a7f310120756a2ee Author: James Netherton <[email protected]> AuthorDate: Thu Oct 2 11:58:31 2025 +0100 Remove dependency convergence CI exclusion for velocity-engine-core as it's now managed in quarkus-cxf-bom --- .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 0126757506..7d654fbe70 100644 --- a/.github/workflows/check-dependency-convergence.yml +++ b/.github/workflows/check-dependency-convergence.yml @@ -119,8 +119,6 @@ jobs: "org.apache.mina:mina-core" # Mismatch between camel-quarkus-jcr & camel-quarkus-tika "org.apache.tika:tika-core" - # Mismatch between camel-quarkus-as2, camel-quarkus-avro-deployment & camel-quarkus-cxf-soap-deployment - "org.apache.velocity:velocity-engine-core" # Mismatch between camel-quarkus-flink, camel-quarkus-junit5, camel-quarkus-nitrite & camel-quarkus-redis "org.objenesis:objenesis" # Mismatch between camel-quarkus-rest-openapi-deployment & camel-quarkus-smallrye-reactive-messaging-deployment
