Skip to content

Commit 0ec47de

Browse files
committed
revert: "build: use a lightweight API dependency"
This reverts commit 7933118. It has turned out that it causes an exception: java.lang.NoClassDefFoundError: com/sun/mail/util/PropUtil Fix #1601
1 parent 38464a4 commit 0ec47de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818

1919
<!-- Required for InternetAddress class -->
2020
<dependency>
21-
<groupId>jakarta.mail</groupId>
22-
<artifactId>jakarta.mail-api</artifactId>
21+
<groupId>com.sun.mail</groupId>
22+
<artifactId>jakarta.mail</artifactId>
2323
<version>${jakarta-mail.version}</version>
2424
</dependency>
2525

0 commit comments

Comments
 (0)