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 7461232aca1 Remove redundant commons-io dependency from 
camel-azure-eventhubs
7461232aca1 is described below

commit 7461232aca10142cdd63fe2c71d514e9836fe90f
Author: James Netherton <[email protected]>
AuthorDate: Wed Aug 21 09:14:39 2024 +0100

    Remove redundant commons-io dependency from camel-azure-eventhubs
---
 components/camel-azure/camel-azure-eventhubs/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/components/camel-azure/camel-azure-eventhubs/pom.xml 
b/components/camel-azure/camel-azure-eventhubs/pom.xml
index 9fcd6cc5860..0b86a2be000 100644
--- a/components/camel-azure/camel-azure-eventhubs/pom.xml
+++ b/components/camel-azure/camel-azure-eventhubs/pom.xml
@@ -55,13 +55,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>

Reply via email to