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 e62b21834f0 camel-hashicorp-vault: Remove redundant commons-io
dependency
e62b21834f0 is described below
commit e62b21834f0ab9dfc4cb44c71efcb4376fb4fea1
Author: James Netherton <[email protected]>
AuthorDate: Mon Sep 2 15:26:57 2024 +0100
camel-hashicorp-vault: Remove redundant commons-io dependency
---
components/camel-hashicorp-vault/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/components/camel-hashicorp-vault/pom.xml
b/components/camel-hashicorp-vault/pom.xml
index 6ceb5f11cec..758eeaf83cb 100644
--- a/components/camel-hashicorp-vault/pom.xml
+++ b/components/camel-hashicorp-vault/pom.xml
@@ -49,13 +49,6 @@
<version>${spring-vault-core-version}</version>
</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>