未验证 提交 abb13107 编写于 作者: M Matt Sicker 提交者: GitHub

Update javax.mail to 1.6.5 (#4660)

This has changed maven coordinates to the jakarta project, though the
code is binary compatible still.
上级 e3cb1f50
......@@ -321,20 +321,9 @@ THE SOFTWARE.
<version>1.19</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4.4</version>
<exclusions>
<exclusion><!-- using a patched version -->
<groupId>javax.activation</groupId>
<artifactId>activation</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>activation</artifactId>
<version>1.1.1-hudson-1</version>
<groupId>com.sun.mail</groupId>
<artifactId>jakarta.mail</artifactId>
<version>1.6.5</version>
</dependency>
<dependency>
<groupId>jaxen</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册