branch develop updated (87888f53 -> 0cfa5638)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git from 87888f53 fixes #10123 : force font-size to 1 when font-size:0 new 0cfa5638 Update email libraries The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit 0cfa5638d99aa5fd354222bf157c0da515172128 Author: jcouteau <couteau@codelutin.com> Date: Tue Oct 23 10:00:41 2018 +0200 Update email libraries Summary of changes: faxtomail-service/pom.xml | 4 ++-- faxtomail-ui-swing/pom.xml | 4 ++-- faxtomail-ui-web/pom.xml | 11 +++++++++-- pom.xml | 8 ++++---- 4 files changed, 17 insertions(+), 10 deletions(-) -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 0cfa5638d99aa5fd354222bf157c0da515172128 Author: jcouteau <couteau@codelutin.com> Date: Tue Oct 23 10:00:41 2018 +0200 Update email libraries --- faxtomail-service/pom.xml | 4 ++-- faxtomail-ui-swing/pom.xml | 4 ++-- faxtomail-ui-web/pom.xml | 11 +++++++++-- pom.xml | 8 ++++---- 4 files changed, 17 insertions(+), 10 deletions(-) diff --git a/faxtomail-service/pom.xml b/faxtomail-service/pom.xml index 7846dfc0..ce750d7b 100644 --- a/faxtomail-service/pom.xml +++ b/faxtomail-service/pom.xml @@ -139,8 +139,8 @@ </dependency> <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>javax.mail</artifactId> </dependency> <dependency> diff --git a/faxtomail-ui-swing/pom.xml b/faxtomail-ui-swing/pom.xml index 3bedaa65..e3b0afdc 100644 --- a/faxtomail-ui-swing/pom.xml +++ b/faxtomail-ui-swing/pom.xml @@ -226,8 +226,8 @@ </dependency> <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>javax.mail</artifactId> </dependency> <dependency> diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index a54e3b1e..16927cc9 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -199,8 +199,8 @@ </dependency> <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> + <groupId>com.sun.mail</groupId> + <artifactId>javax.mail</artifactId> </dependency> <dependency> @@ -321,6 +321,13 @@ <artifactId>pdfbox</artifactId> </dependency> + <dependency> + <groupId>com.icegreen</groupId> + <artifactId>greenmail</artifactId> + <version>1.5.7</version> + <scope>test</scope> + </dependency> + </dependencies> <build> diff --git a/pom.xml b/pom.xml index 588d4f6d..c6e9e3d3 100644 --- a/pom.xml +++ b/pom.xml @@ -123,7 +123,7 @@ <postgresqlDriverVersion>9.3-1102-jdbc41</postgresqlDriverVersion> <commonsIoVersion>2.6</commonsIoVersion> - <commonsEmailVersion>1.3.3</commonsEmailVersion> + <commonsEmailVersion>1.5</commonsEmailVersion> <commonsCollections4Version>4.1</commonsCollections4Version> <commonsLang3Version>3.7</commonsLang3Version> <commonsHttpClientVersion>3.1</commonsHttpClientVersion> @@ -557,9 +557,9 @@ </dependency> <dependency> - <groupId>javax.mail</groupId> - <artifactId>mail</artifactId> - <version>1.4.7</version> + <groupId>com.sun.mail</groupId> + <artifactId>javax.mail</artifactId> + <version>1.6.2</version> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.
participants (1)
-
codelutin.com scm