Skip to content

Commit b90dce5

Browse files
committed
m
1 parent 055c365 commit b90dce5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-mail/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
<groupId>org.springframework.boot</groupId>
2929
<artifactId>spring-boot-starter</artifactId>
3030
</dependency>
31+
<dependency>
32+
<groupId>org.springframework.boot</groupId>
33+
<artifactId>spring-boot-starter-mail</artifactId>
34+
</dependency>
3135
<dependency>
3236
<groupId>org.springframework.boot</groupId>
3337
<artifactId>spring-boot-starter-test</artifactId>

0 commit comments

Comments
 (0)