From 416088a2ded29ab7782b213e98c5f914852febce Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 06 五月 2022 18:07:43 +0800 Subject: [PATCH] add 增加 demo 短信演示案例 --- ruoyi-common/pom.xml | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml index c5fadf2..7f0e384 100644 --- a/ruoyi-common/pom.xml +++ b/ruoyi-common/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>ruoyi-vue-plus</artifactId> <groupId>com.ruoyi</groupId> - <version>4.0.1</version> + <version>4.1.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -128,6 +128,11 @@ </dependency> <dependency> + <groupId>com.sun.mail</groupId> + <artifactId>jakarta.mail</artifactId> + </dependency> + + <dependency> <groupId>org.projectlombok</groupId> <artifactId>lombok</artifactId> </dependency> -- Gitblit v1.9.3