From e12be3e036d776a6d2bce17699ec66b5b4c77821 Mon Sep 17 00:00:00 2001 From: Shinsuke Sugaya Date: Mon, 16 Mar 2026 23:05:36 +0900 Subject: [PATCH] build(deps): migrate jakarta.mail from com.sun.mail to org.eclipse.angus Replace the legacy com.sun.mail groupId with org.eclipse.angus, which is the official successor for the Jakarta Mail implementation. Co-Authored-By: Claude Opus 4.6 (1M context) --- fess-crawler/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fess-crawler/pom.xml b/fess-crawler/pom.xml index 6783edf2..7aa29337 100644 --- a/fess-crawler/pom.xml +++ b/fess-crawler/pom.xml @@ -313,7 +313,7 @@ ${jodconverter.version} - com.sun.mail + org.eclipse.angus jakarta.mail ${jakarta.mail.version}