This is an automated email from the ASF dual-hosted git repository.
apupier 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 d6614087c42 chore: remove unused test dependencies in Atom
d6614087c42 is described below
commit d6614087c428f8a16b4043c6c7c846c8b699abf8
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Jun 5 14:23:58 2024 +0200
chore: remove unused test dependencies in Atom
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-atom/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/components/camel-atom/pom.xml b/components/camel-atom/pom.xml
index bac2393cbaf..1cd3b551271 100644
--- a/components/camel-atom/pom.xml
+++ b/components/camel-atom/pom.xml
@@ -56,12 +56,6 @@
<artifactId>camel-test-junit5</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>commons-io</groupId>
- <artifactId>commons-io</artifactId>
- <version>${commons-io-version}</version>
- <scope>test</scope>
- </dependency>
<!-- test infra -->
<dependency>