From 70bfdf6059e2e5f59f4d50b2e6d611de405c3eb9 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期五, 23 十二月 2022 09:27:59 +0800 Subject: [PATCH] fix: 消息列表显示时间少8小时 --- 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