Skip to content

Commit

Permalink
Fixing jakarta.mail, jakarta.mail-api doesn't contain implementation,…
Browse files Browse the repository at this point in the history
… only the API itself
  • Loading branch information
mstrankowski committed Sep 19, 2023
1 parent e718d57 commit d868e97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions engines/misc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
<artifactId>jakarta.mail-api</artifactId>
<version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>
<artifactId>jakarta.mail</artifactId>
<version>2.0.2</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit d868e97

Please sign in to comment.