From 4fc7401b673a9661714ef36da852635c3741c38e Mon Sep 17 00:00:00 2001 From: 疯狂的狮子Li <15040126243@163.com> Date: 星期日, 16 四月 2023 19:53:18 +0800 Subject: [PATCH] update 版本号更改为 BETA 公测 --- ruoyi-common/ruoyi-common-mail/pom.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-common/ruoyi-common-mail/pom.xml b/ruoyi-common/ruoyi-common-mail/pom.xml index 6a16e80..cf612be 100644 --- a/ruoyi-common/ruoyi-common-mail/pom.xml +++ b/ruoyi-common/ruoyi-common-mail/pom.xml @@ -26,6 +26,10 @@ <groupId>jakarta.mail</groupId> <artifactId>jakarta.mail-api</artifactId> </dependency> + <dependency> + <groupId>org.eclipse.angus</groupId> + <artifactId>jakarta.mail</artifactId> + </dependency> </dependencies> </project> -- Gitblit v1.9.3