You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by on...@apache.org on 2023/06/02 14:45:12 UTC

[camel] 01/01: remove jakarta mail dep from pom

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

onders pushed a commit to branch onderson-remove-jakarta-mail
in repository https://gitbox.apache.org/repos/asf/camel.git

commit cd5292f6ecd844627018949693c4590ba32c61ba
Author: önder sezgin <on...@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>