Commit 988c6b11 authored by wangpeng's avatar wangpeng

增加邮件发送依赖

parent 7c5a180a
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
<docker.password>password</docker.password> <docker.password>password</docker.password>
<git.commit.plugin>4.9.9</git.commit.plugin> <git.commit.plugin>4.9.9</git.commit.plugin>
<spring.checkstyle.plugin>0.0.29</spring.checkstyle.plugin> <spring.checkstyle.plugin>0.0.29</spring.checkstyle.plugin>
<mail.version>1.4.7</mail.version>
</properties> </properties>
<!-- 以下依赖 全局所有的模块都会引入 --> <!-- 以下依赖 全局所有的模块都会引入 -->
...@@ -88,6 +89,12 @@ ...@@ -88,6 +89,12 @@
<artifactId>spring-boot-starter-test</artifactId> <artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<!-- 发送邮件依赖 -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>${mail.version}</version>
</dependency>
</dependencies> </dependencies>
<modules> <modules>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment