From 2606893599f80db31668e3cdc14e682ebea8bd63 Mon Sep 17 00:00:00 2001
From: 李宇 <986321569@qq.com>
Date: Fri, 11 Jun 2021 12:02:56 +0800
Subject: [PATCH] 添加邮件发送
---
pom.xml | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 97e0a98..63e613a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</repositories>
<properties>
- <spring.version>4.3.8.RELEASE</spring.version>
+ <spring.version>4.3.29.RELEASE</spring.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
@@ -322,29 +322,29 @@
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
- <version>1.2.3</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-web</artifactId>
- <version>1.2.3</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-ehcache</artifactId>
- <version>1.2.3</version>
+ <version>1.6.0</version>
</dependency>
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-spring</artifactId>
- <version>1.2.3</version>
+ <version>1.6.0</version>
</dependency>
<!--- end shiro -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
- <version>1.2.8</version>
+ <version>1.2.75</version>
</dependency>
<dependency>
<groupId>com.google.collections</groupId>
@@ -360,7 +360,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.9.0.pr3</version>
+ <version>2.9.10.7</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.mail/mail -->
<dependency>
@@ -368,7 +368,11 @@
<artifactId>mail</artifactId>
<version>1.4.1</version>
</dependency>
-
+ <dependency >
+ <groupId >com.sun.mail </groupId >
+ <artifactId >javax.mail </artifactId >
+ <version >1.6.0 </version >
+ </dependency >
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
--
Gitblit v1.9.2