From 33550b2acf56749492c2ed7a9f781ff4e7a07609 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期五, 06 一月 2023 15:41:20 +0800 Subject: [PATCH] fix: 店铺发送消息发送人未添加 --- pom.xml | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index 4de1d12..fbc6e74 100644 --- a/pom.xml +++ b/pom.xml @@ -168,7 +168,11 @@ <artifactId>jaxb-api</artifactId> <version>${jaxb-api.version}</version> </dependency> - + <dependency> + <groupId>com.sun.mail</groupId> + <artifactId>javax.mail</artifactId> + <version>1.6.2</version> + </dependency> <dependency> <groupId>com.alibaba</groupId> <artifactId>easyexcel</artifactId> -- Gitblit v1.8.0