Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Nightly Build
-
None
-
Operating System: Windows XP
Platform: PC
-
32515
Description
one of the test classes (DOMHelper.java) references org.apache.xpath so the
dependency for xalan needs to be added project.xml. I chose 2.5.1 because that
is the latest on ibiblio.
<dependency>
<groupId>xalan</groupId>
<artifactId>xalan</artifactId>
<version>2.5.1</version>
<url>http://xml.apache.org/xalan-j</url>
</dependency>