From ba4f051375bdcec5df3b4cd6e1988248fbb250e9 Mon Sep 17 00:00:00 2001 From: Sean McIlvenna Date: Wed, 1 May 2019 09:54:16 -0700 Subject: [PATCH 1/2] 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 + From ba221f3f70bb85ea03f2144df3d441c547c7e521 Mon Sep 17 00:00:00 2001 From: Sean McIlvenna Date: Wed, 1 May 2019 09:55:31 -0700 Subject: [PATCH 2/2] changing tab delimination to 4 spaces instead of actual tabs --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 6a05dc8..f188e53 100644 --- a/pom.xml +++ b/pom.xml @@ -46,11 +46,11 @@ mysql-connector-java 6.0.5 - - javax.mail - javax.mail-api - 1.5.2 - + + javax.mail + javax.mail-api + 1.5.2 +