Skip to content

Commit

Permalink
Merge pull request #166 from basil/javamail-prep
Browse files Browse the repository at this point in the history
Bump `mock-javamail` from 1.9 to 1.12
  • Loading branch information
jglick authored Jan 10, 2022
2 parents eaa5c82 + d277c3c commit ddcee26
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,17 +154,22 @@
<artifactId>matrix-project</artifactId>
<scope>test</scope>
</dependency>
<!--
This must come before javax-mail-api in the class path in order to avoid eclipse-ee4j/mail#350.
-->
<dependency>
<groupId>org.jvnet.mock-javamail</groupId>
<artifactId>mock-javamail</artifactId>
<version>1.9</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
</exclusion>
</exclusions>
<version>1.12</version>
<scope>test</scope>
</dependency>
<!--
This must come after mock-javamail in the class path in order to avoid eclipse-ee4j/mail#350.
-->
<dependency>
<groupId>io.jenkins.plugins</groupId>
<artifactId>javax-mail-api</artifactId>
<version>1.6.2-5</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
Expand Down

0 comments on commit ddcee26

Please sign in to comment.