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 144761a173abd650f6bf3d242fffa545465b1f65 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Tue Mar 25 08:51:55 2025 +0000 Ban com.azure:azure-core-http-netty --- tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml b/tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml index f3e3f70717..7c95ecbef7 100644 --- a/tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml +++ b/tooling/enforcer-rules/camel-quarkus-banned-dependencies.xml @@ -21,6 +21,7 @@ <!-- Camel Quarkus specific dependency bans --> <bannedDependencies> <excludes> + <exclude>com.azure:azure-core-http-netty</exclude><!-- Azure extensions should use org.apache.camel.quarkus:camel-quarkus-support-azure-core-http-client-vertx --> <exclude>com.github.fge:*</exclude><!-- Use com.github.java-json-tools:* instead --> <exclude>com.github.spotbugs:spotbugs-annotations</exclude><!-- Similar to findbugs. Not needed for compilation or at runtime --> <exclude>com.github.stephenc.jcip:jcip-annotations</exclude><!-- Should not be needed for compilation nor at runtime -->