File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
src/main/java/org/cip4/jdfutility Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,9 @@ dependencies {
131
131
implementation ' org.eclipse.jetty.ee10:jetty-ee10-servlet:12.0.19'
132
132
implementation ' org.apache.commons:commons-fileupload2-jakarta-servlet6:2.+'
133
133
implementation ' jakarta.servlet:jakarta.servlet-api:6.1.0'
134
+ implementation ' com.sun.mail:jakarta.mail:2.0.1'
135
+
136
+
134
137
implementation ' org.apache.logging.log4j:log4j-core:2.24.1'
135
138
implementation ' org.apache.logging.log4j:log4j-jcl:2.24.3'
136
139
Original file line number Diff line number Diff line change 53
53
import java .util .Enumeration ;
54
54
import java .util .HashMap ;
55
55
56
- import javax .mail .MessagingException ;
57
- import javax .mail .Multipart ;
56
+ import jakarta .mail .MessagingException ;
57
+ import jakarta .mail .Multipart ;
58
58
import jakarta .servlet .ServletConfig ;
59
59
import jakarta .servlet .ServletException ;
60
60
import jakarta .servlet .http .HttpServletRequest ;
You can’t perform that action at this time.
0 commit comments