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

[camel-spring-boot] 02/04: Make sure aws2-ses-starter uses correct angus mail version

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 59cade9c7e17033c1545c5215d1c687944955df7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Jun 13 19:32:24 2023 +0200

    Make sure aws2-ses-starter uses correct angus mail version
---
 components-starter/camel-aws2-ses-starter/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components-starter/camel-aws2-ses-starter/pom.xml b/components-starter/camel-aws2-ses-starter/pom.xml
index f0dde4c42b7..6141bd65c49 100644
--- a/components-starter/camel-aws2-ses-starter/pom.xml
+++ b/components-starter/camel-aws2-ses-starter/pom.xml
@@ -34,6 +34,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-aws2-ses</artifactId>