Skip to content

Commit

Permalink
Merge pull request #1414 from scireum/feature/sbi/jakarta-mail
Browse files Browse the repository at this point in the history
Revert a failed dependency upgrade/switch
  • Loading branch information
sabieber authored Apr 26, 2024
2 parents 17f0da4 + 8b65768 commit ac6fb7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@

<!-- Used to send and receive mails -->
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
<version>2.1.3</version>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
<version>2.0.1</version>
</dependency>
<dependency>
<groupId>jakarta.activation</groupId>
Expand Down

0 comments on commit ac6fb7d

Please sign in to comment.