You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/06/13 17:39:21 UTC

[camel] 01/02: Make sure to use correct angus mail

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

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 27f5b959d3e0973ebb47b580d4ed229dffbc54ff
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 13 19:36:36 2023 +0200

    Make sure to use correct angus mail
---
 components/camel-aws/camel-aws2-ses/pom.xml | 10 +++++-----
 components/camel-mail/pom.xml               | 11 -----------
 2 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/components/camel-aws/camel-aws2-ses/pom.xml b/components/camel-aws/camel-aws2-ses/pom.xml
index 9c34b3dcd1d..1a9548f35fc 100644
--- a/components/camel-aws/camel-aws2-ses/pom.xml
+++ b/components/camel-aws/camel-aws2-ses/pom.xml
@@ -40,6 +40,11 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-support</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.eclipse.angus</groupId>
+            <artifactId>angus-mail</artifactId>
+            <version>${angus-mail-version}</version>
+        </dependency>
         <dependency>
             <groupId>software.amazon.awssdk</groupId>
             <artifactId>ses</artifactId>
@@ -50,11 +55,6 @@
             <artifactId>apache-client</artifactId>
             <version>${aws-java-sdk2-version}</version>
         </dependency>
-        <dependency>
-            <groupId>org.eclipse.angus</groupId>
-            <artifactId>angus-mail</artifactId>
-            <version>${angus-mail-version}</version>
-        </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-health</artifactId>
diff --git a/components/camel-mail/pom.xml b/components/camel-mail/pom.xml
index 50ef017148a..90fd76acfbd 100644
--- a/components/camel-mail/pom.xml
+++ b/components/camel-mail/pom.xml
@@ -34,17 +34,6 @@
     <properties>
     </properties>
 
-            <repositories>
-                <repository>
-                    <id>central</id>
-                    <url>https://repo1.maven.org/maven2/</url>
-                </repository>
-                <repository>
-                    <id>jenkinsci-releases</id>
-                    <url>https://repo.jenkins-ci.org/releases/</url>
-                </repository>
-            </repositories>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>