Skip to content

Commit

Permalink
Emailable report Feature #421
Browse files Browse the repository at this point in the history
Uses latest mail api.
  • Loading branch information
cjayswal committed Jul 15, 2022
1 parent d6a4c74 commit df4db2c
Show file tree
Hide file tree
Showing 3 changed files with 530 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ SOFTWARE.
<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.30" conf="compile->default"/> -->
<dependency org="io.github.bonigarcia" name="webdrivermanager" rev="4.4.3" conf="compile->default"/>

<!-- emailable report -->
<!-- https://mvnrepository.com/artifact/com.sun.mail/jakarta.mail -->
<dependency org="com.sun.mail" name="jakarta.mail" rev="2.0.1" conf="compile->default"/>

<!-- https://github.com/SeleniumHQ/selenium/issues/3118 -->
<exclude org="com.codeborne"/>

Expand Down
Loading

0 comments on commit df4db2c

Please sign in to comment.