Correct mail dependency
This commit is contained in:
parent
d594f8ac11
commit
007c65a0ae
1 changed files with 2 additions and 2 deletions
4
dependencies/pom.xml
vendored
4
dependencies/pom.xml
vendored
|
@ -268,8 +268,8 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>javax.mail</groupId>
|
<groupId>com.sun.mail</groupId>
|
||||||
<artifactId>javax.mail-api</artifactId>
|
<artifactId>javax.mail</artifactId>
|
||||||
<version>1.6.0</version>
|
<version>1.6.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Add table
Reference in a new issue