Skip to content

Commit

Permalink
feat: upgrade libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Jul 16, 2021
1 parent 312c7d6 commit c2c586e
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions oxService/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,8 @@

<!-- Other -->
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<exclusions>
<exclusion>
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
</exclusions>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit c2c586e

Please sign in to comment.