From 91eefede3b9f5a54bd2649766e24a632bc47a7a4 Mon Sep 17 00:00:00 2001
From: "1437892690@qq.com" <1437892690@qq.com>
Date: Fri, 7 Mar 2025 14:26:33 +0800
Subject: [PATCH 1/2] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E9=80=9A=E7=9F=A5?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86-=E9=82=AE=E4=BB=B6?=
=?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=8F=91=E9=80=81=E9=82=AE=E4=BB=B6?=
=?UTF-8?q?=E5=A4=B1=E8=B4=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
关联 #[1371127358652416]通知配置管理-邮件服务器发送邮件失败 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1371127358652416
---
pom.xml | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index eb6c5e6..8dab616 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@ along with this program. If not, see .-->
4.0.0
com.neatlogic
neatlogic-parent
- 3.0.61
+ 3.0.62
pom
1.8
@@ -846,6 +846,11 @@ along with this program. If not, see .-->
+
+ com.sun.mail
+ javax.mail
+ 1.6.2
+
org.javers
javers-core
--
Gitee
From 6e361085b46f7a40d32c5133abb53a388dbf401e Mon Sep 17 00:00:00 2001
From: "1437892690@qq.com" <1437892690@qq.com>
Date: Fri, 7 Mar 2025 15:01:27 +0800
Subject: [PATCH 2/2] =?UTF-8?q?[=E4=BF=AE=E5=A4=8D]=20=E9=80=9A=E7=9F=A5?=
=?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=AE=A1=E7=90=86-=E9=82=AE=E4=BB=B6?=
=?UTF-8?q?=E6=9C=8D=E5=8A=A1=E5=99=A8=E5=8F=91=E9=80=81=E9=82=AE=E4=BB=B6?=
=?UTF-8?q?=E5=A4=B1=E8=B4=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
关联 #[1371127358652416]通知配置管理-邮件服务器发送邮件失败 http://192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1371127358652416
---
pom.xml | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8dab616..a4511ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -836,8 +836,8 @@ along with this program. If not, see .-->
- javax.mail
- javax.mail-api
+ com.sun.mail
+ javax.mail
1.6.2
@@ -846,11 +846,6 @@ along with this program. If not, see .-->
-
- com.sun.mail
- javax.mail
- 1.6.2
-
org.javers
javers-core
--
Gitee