We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf1484 commit 91219cfCopy full SHA for 91219cf
as2-lib/pom.xml
@@ -79,6 +79,12 @@
79
<dependency>
80
<groupId>org.bouncycastle</groupId>
81
<artifactId>bcjmail-jdk18on</artifactId>
82
+ <exclusions>
83
+ <exclusion>
84
+ <groupId>com.sun.mail</groupId>
85
+ <artifactId>jakarta.mail</artifactId>
86
+ </exclusion>
87
+ </exclusions>
88
</dependency>
89
90
<groupId>org.apache.httpcomponents.client5</groupId>
pom.xml
@@ -102,6 +102,11 @@
102
<type>pom</type>
103
<scope>import</scope>
104
105
+ <dependency>
106
+ <groupId>org.eclipse.angus</groupId>
107
+ <artifactId>angus-mail</artifactId>
108
+ <version>2.0.1</version>
109
+ </dependency>
110
111
112
<groupId>org.apache.logging.log4j</groupId>
0 commit comments