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

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


The following commit(s) were added to refs/heads/main by this push:
     new c0849253486e Remove exclusion no more needed to geronimo-javamail
c0849253486e is described below

commit c0849253486e92dd822c79df231840df3a9fdf6b
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu May 21 15:48:56 2026 +0200

    Remove exclusion no more needed to geronimo-javamail
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 tests/camel-itest/pom.xml | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index 47d145ab0c18..83b31f799b3b 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -63,13 +63,6 @@
         <dependency>
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-cxf-spring-soap</artifactId>
-            <!-- conflicts with mockmail for unit testing, so we exclude this 
geronimo spec -->
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-javamail_1.4_spec</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
@@ -120,13 +113,6 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-rss</artifactId>
             <scope>test</scope>
-            <!-- conflicts with mockmail for unit testing, so we exclude this 
geronimo spec -->
-            <exclusions>
-                <exclusion>
-                    <groupId>org.apache.geronimo.specs</groupId>
-                    <artifactId>geronimo-javamail_1.4_spec</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>

Reply via email to