This is an automated email from the git hooks/post-receive script. New commit to branch master in repository faxtomail. See https://gitlab.nuiton.org/codelutin/faxtomail.git commit 1d139117e96709fa8bca53cf8f6b378d0dfeac70 Author: Jean Couteau <couteau@codelutin.com> Date: Fri Mar 26 16:19:35 2021 +0100 Fix dependency issue --- faxtomail-ui-web/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/faxtomail-ui-web/pom.xml b/faxtomail-ui-web/pom.xml index 6a07c521..3ab33e60 100644 --- a/faxtomail-ui-web/pom.xml +++ b/faxtomail-ui-web/pom.xml @@ -128,6 +128,11 @@ <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> + + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-email</artifactId> + </dependency> <dependency> <groupId>javax.servlet</groupId> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.