From 077fcbc42cf4ba300a079e4b8be8205511f5bf9e Mon Sep 17 00:00:00 2001 From: dongxiayu Date: Wed, 6 Jul 2022 01:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=911.SkipTest?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E5=BC=80=E5=90=AF=EF=BC=9B2.pom=E8=B0=83?= =?UTF-8?q?=E6=95=B4=EF=BC=8C=E6=B7=BB=E5=8A=A0mail=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E5=8C=85=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 9 +++++++++ snowy-base/snowy-core/pom.xml | 6 ++++++ 2 files changed, 15 insertions(+) diff --git a/pom.xml b/pom.xml index 1cf050f0..b72df0ef 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,8 @@ 4.17.6 3.1.57 2.0.8 + 1.4.7 + true @@ -198,6 +200,13 @@ tencentcloud-sdk-java ${qcloud.sms.sdk.version} + + + + javax.mail + mail + ${javax.mail.version} + diff --git a/snowy-base/snowy-core/pom.xml b/snowy-base/snowy-core/pom.xml index e6be763e..8158fc5b 100644 --- a/snowy-base/snowy-core/pom.xml +++ b/snowy-base/snowy-core/pom.xml @@ -180,6 +180,12 @@ com.tencentcloudapi tencentcloud-sdk-java + + + + javax.mail + mail +