Skip to content

Commit 91219cf

Browse files
committed
Enforcing version
1 parent 7cf1484 commit 91219cf

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

as2-lib/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@
7979
<dependency>
8080
<groupId>org.bouncycastle</groupId>
8181
<artifactId>bcjmail-jdk18on</artifactId>
82+
<exclusions>
83+
<exclusion>
84+
<groupId>com.sun.mail</groupId>
85+
<artifactId>jakarta.mail</artifactId>
86+
</exclusion>
87+
</exclusions>
8288
</dependency>
8389
<dependency>
8490
<groupId>org.apache.httpcomponents.client5</groupId>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@
102102
<type>pom</type>
103103
<scope>import</scope>
104104
</dependency>
105+
<dependency>
106+
<groupId>org.eclipse.angus</groupId>
107+
<artifactId>angus-mail</artifactId>
108+
<version>2.0.1</version>
109+
</dependency>
105110

106111
<dependency>
107112
<groupId>org.apache.logging.log4j</groupId>

0 commit comments

Comments
 (0)