Updated javax mail implementation
This commit is contained in:
parent
67a40a6fd0
commit
1f888abc12
6
pom.xml
6
pom.xml
@ -206,9 +206,9 @@
|
|||||||
|
|
||||||
<!-- Java Email Implementation -->
|
<!-- Java Email Implementation -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.sun.mail</groupId>
|
<groupId>javax.mail</groupId>
|
||||||
<artifactId>javax.mail</artifactId>
|
<artifactId>javax.mail-api</artifactId>
|
||||||
<version>1.5.4</version>
|
<version>1.5.1</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user