提交 705220d3 编写于 作者: K Kohsuke Kawaguchi

Better way to fix the test failure.

This reverts commit 5dce36d9
and it adds back xalan as test harness dependency
上级 5dce36d9
...@@ -173,6 +173,16 @@ THE SOFTWARE. ...@@ -173,6 +173,16 @@ THE SOFTWARE.
<groupId>org.jenkins-ci</groupId> <groupId>org.jenkins-ci</groupId>
<artifactId>htmlunit</artifactId> <artifactId>htmlunit</artifactId>
<version>2.6-jenkins-6</version> <version>2.6-jenkins-6</version>
<exclusions>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>args4j</groupId> <groupId>args4j</groupId>
......
...@@ -109,6 +109,11 @@ THE SOFTWARE. ...@@ -109,6 +109,11 @@ THE SOFTWARE.
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency><!-- we exclude this transient dependency from htmlunit, which we actually need in the test -->
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.7.1</version>
</dependency>
<dependency> <dependency>
<groupId>org.jvnet.hudson</groupId> <groupId>org.jvnet.hudson</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册