The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| org.apache.ant | ant | 1.7.0 | - | jar | |
| org.apache.ws.commons.axiom | axiom-api | 1.2.3 | - | jar | |
| org.apache.ws.commons.schema | XmlSchema | 1.3.1 | - | jar | |
| wsdl4j | wsdl4j | 1.6.1 | - | jar | |
| xerces | xmlParserAPIs | 2.6.0 | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| org.apache.ws.commons.axiom | axiom-impl | 1.2.3 | - | jar | |
| org.codehaus.woodstox | wstx-asl | 3.2.0 | - | jar |
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 | 3.8.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 compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| javax.activation | activation | 1.1 | - | jar | |
| javax.mail | 1.4 | - | jar | ||
| jaxen | jaxen | 1.1-beta-9 | - | jar | |
| org.apache.ant | ant-launcher | 1.7.0 | - | jar | |
| stax | stax-api | 1.0.1 | - | jar | |
| xerces | xercesImpl | 2.8.1 | - | jar | |
| xml-apis | xml-apis | 1.3.03 | - | jar |
Unnamed - junit:junit:jar:3.8.1
Commons XMLSchema is a light weight schema object model that can be used to manipualte or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependancies on third party libraries.
http://ws.apache.org/commons/XmlSchema
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.0
master POM
http://ant.apache.org/ant-launcher
Java stub generator for WSDL
Unnamed - xerces:xmlParserAPIs:jar:2.6.0
The Axiom API
http://ws.apache.org/commons/axiom/modules/axiom-api
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).
http://java.sun.com/products/javabeans/jaf/index.jsp
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Jaxen is a universal Java XPath engine.
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/
StAX API is the standard java XML processing API defined by JSR-173
The Axiom default implementation.
http://ws.apache.org/commons/axiom/modules/axiom-impl
Woodstox is a high-performance XML processor that implements Stax (JSR-173) API