Skip to content

Commit

Permalink
Change artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
dersmon committed Jul 11, 2024
1 parent bf05054 commit 0273d75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -376,10 +376,11 @@
<version>${guava-version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.sun.mail/jakarta.mail -->
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>mail</artifactId>
<version>${jakarta.mail-version}</version>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
<version>1.6.7</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0273d75

Please sign in to comment.