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

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


The following commit(s) were added to refs/heads/master by this push:
     new bcc80588a Remove geronimo-javamail_1.4_mail dependency (#48)
bcc80588a is described below

commit bcc80588a5baed0ff13bd84e75a9e47fc59b1dce
Author: jimma <[email protected]>
AuthorDate: Fri Apr 15 19:27:18 2022 +0800

    Remove geronimo-javamail_1.4_mail dependency (#48)
---
 parent/pom.xml             | 6 ------
 ws-security-common/pom.xml | 5 -----
 2 files changed, 11 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 074336721..cbc6a9f93 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -36,7 +36,6 @@
         <commons.compress.version>1.21</commons.compress.version>
         <cryptacular.version>1.2.4</cryptacular.version>
         <ehcache.version>3.9.6</ehcache.version>
-        <geronimo.javamail.version>1.8.4</geronimo.javamail.version>
         <hamcrest.version>2.2</hamcrest.version>
         <jasypt.version>1.9.3</jasypt.version>
         <junit.version>5.8.1</junit.version>
@@ -80,11 +79,6 @@
                 <artifactId>neethi</artifactId>
                 <version>${neethi.version}</version>
             </dependency>
-            <dependency>
-                <groupId>org.apache.geronimo.javamail</groupId>
-                <artifactId>geronimo-javamail_1.4_mail</artifactId>
-                <version>${geronimo.javamail.version}</version>
-            </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
diff --git a/ws-security-common/pom.xml b/ws-security-common/pom.xml
index 6575a7234..1717f9d27 100644
--- a/ws-security-common/pom.xml
+++ b/ws-security-common/pom.xml
@@ -229,11 +229,6 @@
             <artifactId>jasypt</artifactId>
             <scope>compile</scope>
         </dependency>
-        <dependency>
-            <groupId>org.apache.geronimo.javamail</groupId>
-            <artifactId>geronimo-javamail_1.4_mail</artifactId>
-            <scope>compile</scope>
-        </dependency>
         <dependency>
             <groupId>org.junit.jupiter</groupId>
             <artifactId>junit-jupiter-engine</artifactId>

Reply via email to