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 19
19
<version >${project.version} </version >
20
20
</dependency >
21
21
<dependency >
22
- <groupId >com.sun.mail </groupId >
22
+ <groupId >org.eclipse.angus </groupId >
23
23
<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 >
26
31
</dependencies >
27
32
28
33
<build >
Original file line number Diff line number Diff line change 24
24
import jakarta .mail .internet .MimeUtility ;
25
25
26
26
import 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 ;
29
29
30
30
public class POP3SessionJavaMail implements GXInternetConstants ,IPOP3Session
31
31
{
Original file line number Diff line number Diff line change 43
43
<groupId >com.sun.xml.fastinfoset</groupId >
44
44
<artifactId >FastInfoset</artifactId >
45
45
</exclusion >
46
+ <exclusion >
47
+ <groupId >com.sun.mail</groupId >
48
+ <artifactId >jakarta.mail</artifactId >
49
+ </exclusion >
46
50
</exclusions >
47
51
</dependency >
48
52
<dependency >
Original file line number Diff line number Diff line change 98
98
<groupId >com.sun.xml.fastinfoset</groupId >
99
99
<artifactId >FastInfoset</artifactId >
100
100
</exclusion >
101
+ <exclusion >
102
+ <groupId >com.sun.mail</groupId >
103
+ <artifactId >jakarta.mail</artifactId >
104
+ </exclusion >
101
105
</exclusions >
102
106
</dependency >
103
107
</dependencies >
You can’t perform that action at this time.
0 commit comments