Skip to content

Commit 021a06e

Browse files
committed
added mail dependency to send mail
1 parent 82aa5a9 commit 021a06e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

backend/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@
3030
<java.version>21</java.version>
3131
</properties>
3232
<dependencies>
33+
34+
35+
<dependency>
36+
<groupId>org.springframework.boot</groupId>
37+
<artifactId>spring-boot-starter-mail</artifactId>
38+
</dependency>
39+
3340
<dependency>
3441
<groupId>com.bucket4j</groupId>
3542
<artifactId>bucket4j-core</artifactId>

0 commit comments

Comments
 (0)