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

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 2a112beff AXIOM-506: Fix axiom-legacy-attachments dependencies
2a112beff is described below

commit 2a112beff87e50dcf66bc557da4ee9f5b428a5bc
Author: Andreas Veithen <[email protected]>
AuthorDate: Sun Oct 29 17:07:57 2023 +0000

    AXIOM-506: Fix axiom-legacy-attachments dependencies
    
    axiom-legacy-attachments should only depend on Jakarta Mail for testing.
---
 axiom-legacy-attachments/pom.xml | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/axiom-legacy-attachments/pom.xml b/axiom-legacy-attachments/pom.xml
index 53e357e50..1ee6a921d 100644
--- a/axiom-legacy-attachments/pom.xml
+++ b/axiom-legacy-attachments/pom.xml
@@ -62,14 +62,10 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>jakarta.mail</groupId>
-            <artifactId>jakarta.mail-api</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.eclipse.angus</groupId>
             <artifactId>angus-mail</artifactId>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>

Reply via email to