Merge pull request #12 from kemitix/upgrade-simple-java-mail-to-3.0.1
Upgrade to test against simple-java-mail 3.0.1
This commit is contained in:
commit
5f13a66386
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -60,7 +60,7 @@
|
||||||
<dependency><!-- for Issue1Test -->
|
<dependency><!-- for Issue1Test -->
|
||||||
<groupId>org.codemonkey.simplejavamail</groupId>
|
<groupId>org.codemonkey.simplejavamail</groupId>
|
||||||
<artifactId>simple-java-mail</artifactId>
|
<artifactId>simple-java-mail</artifactId>
|
||||||
<version>3.0.0</version>
|
<version>3.0.1</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency><!-- for Issue6Test -->
|
<dependency><!-- for Issue6Test -->
|
||||||
|
|
Loading…
Reference in a new issue