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 290f6eb3c82 chore: Remove unused test dependencies in Joor
290f6eb3c82 is described below
commit 290f6eb3c826760bb57d61f4fe51dfb0c53d288f
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Jun 5 11:54:42 2024 +0200
chore: Remove unused test dependencies in Joor
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-joor/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/components/camel-joor/pom.xml b/components/camel-joor/pom.xml
index e5ac7980b96..ec5c338aca3 100644
--- a/components/camel-joor/pom.xml
+++ b/components/camel-joor/pom.xml
@@ -55,12 +55,6 @@
</dependency>
<!-- test dependencies -->
- <dependency>
- <groupId>org.assertj</groupId>
- <artifactId>assertj-core</artifactId>
- <version>${assertj-version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-junit5</artifactId>