提交 7a6952f1 编写于 作者: K kohsuke

trouble shooting.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3071 71c3de6d-444a-0410-be80-ed276b4c234a
上级 a8d7e285
......@@ -178,7 +178,16 @@
<artifactId>commons-digester</artifactId>
<version>1.7</version>
</dependency>
<dependency><!-- is this Java 1.4 compatible? -->
<dependency>
<!--
The version included in the transitive dependency doesn't have the source zip,
so explicitly using the newer version.
-->
<groupId>commons-beanutils</groupId>
<artifactId>commons-beanutils</artifactId>
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>javax.mail</groupId>
<artifactId>mail</artifactId>
<version>1.4</version>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册