Skip to content

Commit

Permalink
Fix XPages library for mail API
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-gallagher committed Aug 5, 2024
1 parent 6a9fa9a commit 71030f5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion integration/domino-jnx-xpages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@
<transitive>false</transitive>
</artifact>
<artifact>
<id>com.sun.mail:jakarta.mail:${jakarta.sun.mail.version}</id>
<id>jakarta.mail:jakarta.mail-api:${jakarta.mail.version}</id>
</artifact>
<artifact>
<id>org.eclipse.angus:angus-mail:${jakarta.sun.mail.version}</id>
</artifact>
</artifacts>
</feature>
Expand Down

0 comments on commit 71030f5

Please sign in to comment.