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 f8e59bfae43e Remove double-declaration of assertj in dependencies of
aws2-athena
f8e59bfae43e is described below
commit f8e59bfae43ebb402a6dbf568d549fde257be765
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu Jul 30 16:41:55 2026 +0200
Remove double-declaration of assertj in dependencies of aws2-athena
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-aws/camel-aws2-athena/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/components/camel-aws/camel-aws2-athena/pom.xml
b/components/camel-aws/camel-aws2-athena/pom.xml
index c6f67b9c6290..1048efd4f173 100644
--- a/components/camel-aws/camel-aws2-athena/pom.xml
+++ b/components/camel-aws/camel-aws2-athena/pom.xml
@@ -89,10 +89,5 @@
<version>${project.version}</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.assertj</groupId>
- <artifactId>assertj-core</artifactId>
- <scope>test</scope>
- </dependency>
</dependencies>
</project>