The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
junit | junit | 4.5 | - | jar | |
log4j | log4j | 1.2.7 | - | jar | |
uk.ac.ebi.xchars | xchars | 1.2.5 | - | jar | |
xalan | xalan | 2.7.1 | - | jar | |
xerces | xercesImpl | 2.9.1 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
xalan | serializer | 2.7.1 | - | jar | |
xml-apis | xml-apis | 1.3.04 | - | jar |
Package containing XML schema and stylesheets for xchars.
http://intenz.sf.net/xchars/xsd_xsl
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
Java package for Special Characters handling.
http://intenz.sf.net/xchars/core
Unnamed - log4j:log4j:jar:1.2.7
Xerces2 is the next generation of high performance, fully compliant XML parsers in the Apache Xerces family. This new version of Xerces introduces the Xerces Native Interface (XNI), a complete framework for building parser components and configurations that is extremely modular and easy to program.
http://xerces.apache.org/xerces2-j
Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in other program.
http://xml.apache.org/xalan-j/
Serializer to write out XML, HTML etc. as a stream of characters from an input DOM or from input SAX events.
http://xml.apache.org/xalan-j/
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.