Skip to content

Commit

Permalink
! B Update to jakarta mail
Browse files Browse the repository at this point in the history
Closes #376
  • Loading branch information
ScottBob committed Dec 7, 2023
1 parent 417fbe6 commit 816dc3f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 117 deletions.
4 changes: 2 additions & 2 deletions approvaltests-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version>
<artifactId>jakarta.mail</artifactId>
<version>2.0.1</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions approvaltests-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<version>1.6.2</version>
<artifactId>jakarta.mail</artifactId>
<version>2.0.1</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package com.spun.util.tests;

import com.spun.util.ObjectUtils;
import jakarta.mail.Message;

import javax.mail.Message;
import java.io.File;
import java.io.FileOutputStream;

Expand Down

0 comments on commit 816dc3f

Please sign in to comment.