From 5038b5bd2c746a2d9c3407ade42a968cd191c743 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Fri, 27 Aug 2021 13:50:42 -0400 Subject: [PATCH] Remove javamail and replace with simple-java-mail --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 79d8fe7..bee8ba7 100644 --- a/pom.xml +++ b/pom.xml @@ -67,12 +67,12 @@ - com.sun.mail - javax.mail + org.simplejavamail + simple-java-mail - javax.activation - activation + jakarta.annotation + jakarta.annotation-api