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 cadb3c6ca365 Remove no more used dependency mock_javamail
cadb3c6ca365 is described below
commit cadb3c6ca3654ac0dc0fc088091792c69d3ee349
Author: Aurélien Pupier <[email protected]>
AuthorDate: Thu May 21 15:27:19 2026 +0200
Remove no more used dependency mock_javamail
It was used only in ittests, but seems there is no more any tests
related to mail in itest
also note that latest version (still from 2 years ago) is not available
on maven central but only on jenkins repository
Signed-off-by: Aurélien Pupier <[email protected]>
---
parent/pom.xml | 1 -
tests/camel-itest/pom.xml | 17 -----------------
2 files changed, 18 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 4860e336f6ac..920c7b9537ae 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -386,7 +386,6 @@
<milvus-client-version>2.6.20</milvus-client-version>
<mina-version>2.2.7</mina-version>
<minio-version>8.6.0</minio-version>
- <mock-javamail-version>1.9</mock-javamail-version>
<mockito-version>5.23.0</mockito-version>
<mojo-executor-version>2.4.1</mojo-executor-version>
<mongo-java-driver-version>5.7.0</mongo-java-driver-version>
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 6611f6d71e83..47d145ab0c18 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -153,23 +153,6 @@
<artifactId>camel-velocity</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.camel</groupId>
- <artifactId>camel-mail</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.jvnet.mock-javamail</groupId>
- <artifactId>mock-javamail</artifactId>
- <version>${mock-javamail-version}</version>
- <exclusions>
- <exclusion>
- <groupId>javax.mail</groupId>
- <artifactId>mail</artifactId>
- </exclusion>
- </exclusions>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty</artifactId>