This is an automated email from the ASF dual-hosted git repository.

onders 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 aaca8d8e5f0 remove jakarta mail dep from pom
aaca8d8e5f0 is described below

commit aaca8d8e5f0c9cda2272753f6f9fa6b0440bbb91
Author: önder sezgin <ondersezgin+git...@gmail.com>
AuthorDate: Fri Jun 2 15:45:05 2023 +0100

    remove jakarta mail dep from pom
    
    remove the dependency which is got into pom after 
https://github.com/apache/camel/pull/10218
---
 dsl/camel-endpointdsl/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/dsl/camel-endpointdsl/pom.xml b/dsl/camel-endpointdsl/pom.xml
index cfcab7a6669..0bee47d8ee3 100644
--- a/dsl/camel-endpointdsl/pom.xml
+++ b/dsl/camel-endpointdsl/pom.xml
@@ -44,11 +44,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-engine</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.sun.mail</groupId>
-            <artifactId>jakarta.mail</artifactId>
-            <version>1.6.7</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-allcomponents</artifactId>

Reply via email to