Skip to content

Commit

Permalink
#225: added Jakarta Activation as first class dependency, as Simple J…
Browse files Browse the repository at this point in the history
…ava Mail depends on it explicitly besides Jakarta JavaMail
  • Loading branch information
Benny Bottema authored and Benny Bottema committed Sep 27, 2019
1 parent 1c5d6a4 commit fab9d54
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion NOTICE.txt
Expand Up @@ -10,9 +10,9 @@

This product uses the following external (Open Source) libraries:

- activation package from jre6
- SLF4J (http://http://www.slf4j.org/)
- Sun Java Mail API, shipped with JavaEE or as seperate download) (http://java.sun.com/products/javamail/)
- Jakarta Activation (https://eclipse-ee4j.github.io/jaf/)
- Email Validation regular expressions, by Les Hazlewood, Casey Connor, Benny Bottema (https://github.com/bbottema/email-rfc2822-validator)
- DKIM signing library https://github.com/markenwerk/java-utils-mail-dkim (based on https://github.com/usrflo/DKIM-for-JavaMail)
- Outlook Message Parser https://github.com/bbottema/outlook-message-parser (based on http://auxilii.com/msgparser/)
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -83,6 +83,16 @@
<artifactId>jakarta.mail</artifactId>
<version>1.6.3</version>
</dependency>
<dependency>
<groupId>com.sun.activation</groupId>
<artifactId>jakarta.activation</artifactId>
<version>1.2.1</version>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
<version>1.6.3</version>
</dependency>
<dependency>
<groupId>com.github.bbottema</groupId>
<artifactId>emailaddress-rfc2822</artifactId>
Expand Down

0 comments on commit fab9d54

Please sign in to comment.