File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed
Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -231,6 +231,8 @@ MOD log4j
231231 ART org.apache.logging.log4j log4j-api
232232 ART org.apache.logging.log4j log4j-core
233233 DEP org.apache.logging.log4j log4j-api
234+ MOD mail-api
235+ ART com.sun.mail javax.mail
234236MOD maven-antrun-plugin
235237 ART org.apache.maven.plugins maven-antrun-plugin
236238 DEP org.apache.maven maven-plugin-api
Original file line number Diff line number Diff line change 1+ url =https://github.com/jakartaee/mail-api.git
2+ ref =@.@.@
3+ version =1.6.7
Original file line number Diff line number Diff line change 1+ <project >
2+ <licensing >
3+ <tag >EPL-2.0 or GPLv2 with exceptions</tag >
4+ </licensing >
5+ <module >
6+ <build >
7+ <compiler >
8+ <excludeSourceClass >module-info</excludeSourceClass >
9+ <addSourceRoot >mail/src/main/java</addSourceRoot >
10+ <addSourceRoot >mail/src/main/resources</addSourceRoot >
11+ </compiler >
12+ </build >
13+ </module >
14+ </project >
You can’t perform that action at this time.
0 commit comments