File tree Expand file tree Collapse file tree 4 files changed +18
-5
lines changed
src/main/java/com/genexus/internet Expand file tree Collapse file tree 4 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1919 <version >${project.version} </version >
2020 </dependency >
2121 <dependency >
22- <groupId >com.sun.mail </groupId >
22+ <groupId >org.eclipse.angus </groupId >
2323 <artifactId >jakarta.mail</artifactId >
24- <version >2.0.1</version >
25- </dependency >
24+ <version >2.0.3</version >
25+ </dependency >
26+ <dependency >
27+ <groupId >jakarta.mail</groupId >
28+ <artifactId >jakarta.mail-api</artifactId >
29+ <version >2.1.3</version >
30+ </dependency >
2631 </dependencies >
2732
2833 <build >
Original file line number Diff line number Diff line change 2424import jakarta .mail .internet .MimeUtility ;
2525
2626import com .genexus .common .interfaces .SpecificImplementation ;
27- import com . sun .mail .pop3 .POP3Folder ;
28- import com . sun .mail .pop3 .POP3Store ;
27+ import org . eclipse . angus .mail .pop3 .POP3Folder ;
28+ import org . eclipse . angus .mail .pop3 .POP3Store ;
2929
3030public class POP3SessionJavaMail implements GXInternetConstants , IPOP3Session {
3131 public static final ILogger logger = LogManager .getLogger (POP3SessionJavaMail .class );
Original file line number Diff line number Diff line change 4343 <groupId >com.sun.xml.fastinfoset</groupId >
4444 <artifactId >FastInfoset</artifactId >
4545 </exclusion >
46+ <exclusion >
47+ <groupId >com.sun.mail</groupId >
48+ <artifactId >jakarta.mail</artifactId >
49+ </exclusion >
4650 </exclusions >
4751 </dependency >
4852 <dependency >
Original file line number Diff line number Diff line change 9898 <groupId >com.sun.xml.fastinfoset</groupId >
9999 <artifactId >FastInfoset</artifactId >
100100 </exclusion >
101+ <exclusion >
102+ <groupId >com.sun.mail</groupId >
103+ <artifactId >jakarta.mail</artifactId >
104+ </exclusion >
101105 </exclusions >
102106 </dependency >
103107 </dependencies >
You can’t perform that action at this time.
0 commit comments