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.git
The following commit(s) were added to refs/heads/main by this push: new 9347d140d14 camel-azure-servicebus: Remove redundant commons-io dependency 9347d140d14 is described below commit 9347d140d1441f111bcf8c3bc46fda289838386d Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Thu Jan 30 11:25:54 2025 +0000 camel-azure-servicebus: Remove redundant commons-io dependency --- components/camel-azure/camel-azure-servicebus/pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/components/camel-azure/camel-azure-servicebus/pom.xml b/components/camel-azure/camel-azure-servicebus/pom.xml index fb143788dee..e4e9f157351 100644 --- a/components/camel-azure/camel-azure-servicebus/pom.xml +++ b/components/camel-azure/camel-azure-servicebus/pom.xml @@ -51,13 +51,6 @@ <artifactId>azure-identity</artifactId> </dependency> - <!-- extras --> - <dependency> - <groupId>commons-io</groupId> - <artifactId>commons-io</artifactId> - <version>${commons-io-version}</version> - </dependency> - <!-- for testing --> <dependency> <groupId>org.apache.camel</groupId>