提交 bfeaea75 编写于 作者: K kohsuke

adding mock-javamail for testing JavaMail features

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@11354 71c3de6d-444a-0410-be80-ed276b4c234a
上级 43a24dc0
......@@ -20,11 +20,15 @@
<artifactId>jetty</artifactId>
<version>6.1.11</version>
</dependency>
<dependency>
<groupId>org.jvnet.mock-javamail</groupId>
<artifactId>mock-javamail</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册