This is an automated email from the ASF dual-hosted git repository. buhhunyx pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push: new 1cb2a5f Upgrade to Jakarta Mail 1.6.7 1cb2a5f is described below commit 1cb2a5fe44e390cf2106b07d8b6a8b5fffcda3e7 Author: Alexey Markevich <buhhu...@gmail.com> AuthorDate: Fri Apr 23 01:26:47 2021 +0300 Upgrade to Jakarta Mail 1.6.7 --- core/pom.xml | 4 ++-- distribution/src/main/release/samples/mtom/pom.xml | 4 ++-- parent/pom.xml | 8 ++++---- rt/bindings/soap/pom.xml | 4 ++-- rt/frontend/jaxrs/pom.xml | 4 ++-- rt/frontend/jaxws/pom.xml | 4 ++-- systests/container-integration/grizzly/pom.xml | 4 ++-- systests/jaxws/pom.xml | 4 ++-- systests/transport-jms/pom.xml | 4 ++-- systests/uncategorized/pom.xml | 4 ++-- testutils/pom.xml | 4 ++-- 11 files changed, 24 insertions(+), 24 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 89b8e3e..dd2882c 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -167,8 +167,8 @@ <artifactId>xmlschema-core</artifactId> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/distribution/src/main/release/samples/mtom/pom.xml b/distribution/src/main/release/samples/mtom/pom.xml index d6d4bb2..664595e 100644 --- a/distribution/src/main/release/samples/mtom/pom.xml +++ b/distribution/src/main/release/samples/mtom/pom.xml @@ -129,8 +129,8 @@ <version>3.5.0-SNAPSHOT</version> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> </dependency> </dependencies> </project> diff --git a/parent/pom.xml b/parent/pom.xml index 94904d5..8c4b2e0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -239,7 +239,7 @@ <cxf.fastinfoset.bundle.version>1.2.18_1</cxf.fastinfoset.bundle.version> <cxf.felix.configadmin.version>1.2.4</cxf.felix.configadmin.version> <cxf.istack.bundle.version>3.0.7</cxf.istack.bundle.version> - <cxf.jakarta.mail.version>1.6.5</cxf.jakarta.mail.version> + <cxf.jakarta.mail.version>1.6.7</cxf.jakarta.mail.version> <cxf.jasypt.bundle.version>1.9.3_1</cxf.jasypt.bundle.version> <cxf.jaxb.bundle.version>2.3.2_1</cxf.jaxb.bundle.version> <cxf.jaxb.context.class.property>none</cxf.jaxb.context.class.property> @@ -1620,9 +1620,9 @@ <version>${cxf.servlet-api.version}</version> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> - <version>1.8.4</version> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> + <version>${cxf.jakarta.mail.version}</version> </dependency> <dependency> <groupId>org.apache.geronimo.specs</groupId> diff --git a/rt/bindings/soap/pom.xml b/rt/bindings/soap/pom.xml index 356cec6..cf4ae92 100644 --- a/rt/bindings/soap/pom.xml +++ b/rt/bindings/soap/pom.xml @@ -93,8 +93,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/rt/frontend/jaxrs/pom.xml b/rt/frontend/jaxrs/pom.xml index 7783020..d84333d 100644 --- a/rt/frontend/jaxrs/pom.xml +++ b/rt/frontend/jaxrs/pom.xml @@ -171,8 +171,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/rt/frontend/jaxws/pom.xml b/rt/frontend/jaxws/pom.xml index df8855a..e33ea18 100644 --- a/rt/frontend/jaxws/pom.xml +++ b/rt/frontend/jaxws/pom.xml @@ -188,8 +188,8 @@ <optional>true</optional> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/systests/container-integration/grizzly/pom.xml b/systests/container-integration/grizzly/pom.xml index 39d2279..6361f36 100644 --- a/systests/container-integration/grizzly/pom.xml +++ b/systests/container-integration/grizzly/pom.xml @@ -76,8 +76,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml index 5eed267..de97669 100644 --- a/systests/jaxws/pom.xml +++ b/systests/jaxws/pom.xml @@ -87,8 +87,8 @@ </build> <dependencies> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> </dependency> <dependency> <groupId>org.apache.cxf</groupId> diff --git a/systests/transport-jms/pom.xml b/systests/transport-jms/pom.xml index 7231aee..a0b1806 100644 --- a/systests/transport-jms/pom.xml +++ b/systests/transport-jms/pom.xml @@ -215,8 +215,8 @@ <version>${cxf.spring.version}</version> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/systests/uncategorized/pom.xml b/systests/uncategorized/pom.xml index 88f91e1..8500ed8 100644 --- a/systests/uncategorized/pom.xml +++ b/systests/uncategorized/pom.xml @@ -338,8 +338,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> <scope>test</scope> </dependency> <dependency> diff --git a/testutils/pom.xml b/testutils/pom.xml index 3479f46..4495b8e 100644 --- a/testutils/pom.xml +++ b/testutils/pom.xml @@ -64,8 +64,8 @@ <optional>true</optional> </dependency> <dependency> - <groupId>org.apache.geronimo.javamail</groupId> - <artifactId>geronimo-javamail_1.4_mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId>