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 c90a30a309e chore: Remove unused test dependencies in Jgroup
c90a30a309e is described below
commit c90a30a309e43a0ea44774300fd5b271f4b1e726
Author: Aurélien Pupier <[email protected]>
AuthorDate: Wed Jun 5 12:03:05 2024 +0200
chore: Remove unused test dependencies in Jgroup
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-jgroups/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml
index de4ac90f6e5..eb9c11c826b 100644
--- a/components/camel-jgroups/pom.xml
+++ b/components/camel-jgroups/pom.xml
@@ -57,12 +57,6 @@
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.mockito</groupId>
- <artifactId>mockito-core</artifactId>
- <version>${mockito-version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-junit5</artifactId>