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:11 UTC

[camel] branch onderson-remove-jakarta-mail created (now cd5292f6ecd)

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

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


      at cd5292f6ecd remove jakarta mail dep from pom

This branch includes the following new commits:

     new cd5292f6ecd remove jakarta mail dep from pom

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by on...@apache.org.
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>