You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by fm...@apache.org on 2024/01/25 12:46:49 UTC

(camel-spring-boot) 36/40: CSB-3042: [camel-mail] java.lang.ClassNotFoundException: org.eclipse.angus.mail.imap.IMAPStore

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

fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 181f5e6a8355cfea5e263a0f839c41e46306ff6c
Author: Luigi De Masi <ld...@redhat.com>
AuthorDate: Tue Dec 5 15:27:36 2023 +0100

    CSB-3042: [camel-mail] java.lang.ClassNotFoundException: org.eclipse.angus.mail.imap.IMAPStore
---
 pom.xml                                                            | 1 +
 .../src/main/resources/pom.xml                                     | 7 +++++++
 tooling/redhat-camel-spring-boot-bom/pom.xml                       | 7 +++++++
 3 files changed, 15 insertions(+)

diff --git a/pom.xml b/pom.xml
index 3c18aab22b9..ce977d5c8c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -125,6 +125,7 @@
 
         <!-- versions -->
         <aether-version>1.0.2.v20150114</aether-version>
+        <angus-mail-version>2.0.2</angus-mail-version>
         <artemis-version>2.28.0</artemis-version>
         <arquillian-container-se-managed-version>1.0.2.Final</arquillian-container-se-managed-version>
         <arquillian-version>1.7.0.Alpha10</arquillian-version>
diff --git a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml
index 0ba4d67aa4f..28c4b7a7b4c 100644
--- a/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml
+++ b/tooling/redhat-camel-spring-boot-bom-generator/src/main/resources/pom.xml
@@ -179,6 +179,13 @@
                 <version>${elasticsearch-java-client-sniffer-version}</version>
             </dependency>
 
+            <!-- Overrides angus-mail dependency since SB is using an older version (CSB-3042) -->
+            <dependency>
+                <groupId>org.eclipse.angus</groupId>
+                <artifactId>angus-mail</artifactId>
+                <version>${angus-mail-version}</version>
+            </dependency>
+
             <!-- Artemis Overrides -->
             <dependency>
                 <groupId>org.apache.activemq</groupId>
diff --git a/tooling/redhat-camel-spring-boot-bom/pom.xml b/tooling/redhat-camel-spring-boot-bom/pom.xml
index 5dedbdf19c1..33329740943 100644
--- a/tooling/redhat-camel-spring-boot-bom/pom.xml
+++ b/tooling/redhat-camel-spring-boot-bom/pom.xml
@@ -179,6 +179,13 @@
                 <version>8.9.0</version>
             </dependency>
 
+            <!-- Overrides angus-mail dependency since SB is using an older version (CSB-3042) -->
+            <dependency>
+                <groupId>org.eclipse.angus</groupId>
+                <artifactId>angus-mail</artifactId>
+                <version>2.0.2</version>
+            </dependency>
+
             <!-- Artemis Overrides -->
             <dependency>
                 <groupId>org.apache.activemq</groupId>