Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId |
ArtifactId |
Version |
Type |
Optional |
org.apache.ws.commons |
ws-commons-java5 |
1.0.1 |
jar |
Yes |
test
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 |
Type |
junit |
junit |
3.8.2 |
jar |
xmlunit |
xmlunit |
1.1 |
jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId |
ArtifactId |
Version |
Type |
xml-apis |
xml-apis |
1.0.b2 |
jar |
Project Dependency Graph
Dependency Tree
- org.apache.ws.commons.schema:XmlSchema:bundle:1.4.7
- junit:junit:jar:3.8.2 (test)
- xmlunit:xmlunit:jar:1.1 (test)
XMLUnit for Java |
Description: XMLUnit compares a control XML document to a test document or the result of a transformation, validates documents, and compares the results of XPath expressions.
URL: http://xmlunit.sourceforge.net/
Project License: BSD License
|
- org.apache.ws.commons:ws-commons-java5:jar:1.0.1 (compile)
- xml-apis:xml-apis:jar:1.0.b2 (compile)
XML Commons External Components XML APIs |
Description: 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.
URL: http://xml.apache.org/commons/#external
Project License: The Apache Software License, Version 2.0
|
Licenses
BSD License: XMLUnit for Java
Common Public License Version 1.0: JUnit
The Apache Software License, Version 2.0: Apache Webservices Java 5 Classes, XML Commons External Components XML APIs, XmlSchema