From ba4f051375bdcec5df3b4cd6e1988248fbb250e9 Mon Sep 17 00:00:00 2001 From: Sean McIlvenna Date: Wed, 1 May 2019 09:54:16 -0700 Subject: [PATCH] Adding javax.mail dependency to pom.xml so that when properties are configured to enable mail, the pom.xml doesn't have to be additionally modified for it to work. --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index ca54c6b..6a05dc8 100644 --- a/pom.xml +++ b/pom.xml @@ -46,6 +46,11 @@ mysql-connector-java 6.0.5 + + javax.mail + javax.mail-api + 1.5.2 +