Skip to content

Commit

Permalink
Add mail impl
Browse files Browse the repository at this point in the history
  • Loading branch information
ottlinger committed Oct 8, 2024
1 parent 5e91972 commit 055e4be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,11 @@
<artifactId>jakarta.mail-api</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>me.tongfei</groupId>
<artifactId>progressbar</artifactId>
Expand Down

0 comments on commit 055e4be

Please sign in to comment.