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:37:48 UTC

[camel-spring-boot] 04/04: 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-spring-boot.git

commit 1d5116229acb92425698f5a98ec35ba56bc37f30
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 13 19:37:34 2023 +0200

    Make sure to use correct angus mail
---
 components-starter/camel-mail-starter/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components-starter/camel-mail-starter/pom.xml b/components-starter/camel-mail-starter/pom.xml
index 8b957a16e9b..9734ab26103 100644
--- a/components-starter/camel-mail-starter/pom.xml
+++ b/components-starter/camel-mail-starter/pom.xml
@@ -33,6 +33,11 @@
       <artifactId>spring-boot-starter</artifactId>
       <version>${spring-boot-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-mail</artifactId>