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-httpclient | commons-httpclient | 3.0.1 | - | jar | |
org.apache.axis2 | axis2-adb | 1.2 | - | jar | |
org.apache.ws.commons.axiom | axiom-api | 1.2.4 | - | jar | |
org.apache.ws.commons.axiom | axiom-impl | 1.2.4 | - | jar | |
wsdl4j | wsdl4j | 1.6.2 | - | 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 | 4.1 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
org.apache.axis2 | axis2 | 1.2 | - | 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 |
---|---|---|---|---|---|
annogen | annogen | 0.1.0 | - | jar | |
backport-util-concurrent | backport-util-concurrent | 3.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-fileupload | commons-fileupload | 1.2 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.mail | 1.4 | - | jar | ||
javax.servlet | servlet-api | 2.5 | - | jar | |
jaxen | jaxen | 1.1 | - | jar | |
org.apache.ant | ant | 1.7.0 | - | jar | |
org.apache.ant | ant-launcher | 1.7.0 | - | jar | |
org.apache.axis2 | axis2-java2wsdl | 1.2 | - | jar | |
org.apache.axis2 | axis2-kernel | 1.2 | - | jar | |
org.apache.geronimo.specs | geronimo-jms_1.1_spec | 1.1-rc4 | - | jar | |
org.apache.httpcomponents | jakarta-httpcore | 4.0-alpha4 | - | jar | |
org.apache.neethi | neethi | 2.0.1 | - | jar | |
org.apache.woden | woden | 1.0-incubating-M7a | - | jar | |
org.apache.ws.commons.axiom | axiom-dom | 1.2.4 | - | jar | |
org.apache.ws.commons.schema | XmlSchema | 1.3.1 | - | jar | |
org.codehaus.woodstox | wstx-asl | 3.2.1 | - | jar | |
stax | stax-api | 1.0.1 | - | jar | |
xerces | xercesImpl | 2.8.1 | - | jar | |
xml-apis | xml-apis | 2.0.2 | - | jar |
Client API for CMS web service
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.
The Axiom API
http://ws.apache.org/commons/axiom/modules/axiom-api
Unnamed - javax.mail:mail:jar:1.4
Unnamed - javax.activation:activation:jar:1.1
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - javax.servlet:servlet-api:jar:2.5
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/
Unnamed - xml-apis:xml-apis:jar:2.0.2
StAX API is the standard java XML processing API defined by JSR-173
Apache Axis 2.0 - Data Binding
Axis2 Data Binding module
http://ws.apache.org/axis2/axis2-adb
Core Parts of Axis 2.0. This includes Axis 2.0 engine, Client API, Addressing support, etc.,
http://ws.apache.org/axis2/axis2-kernel
To generate WSDL file for a given Java class
http://ws.apache.org/axis2/axis2-java2wsdl
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.0
master POM
http://ant.apache.org/ant-launcher
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://jakarta.apache.org/commons/fileupload/
HttpComponents Core (Java 1.3 compatible)
http://jakarta.apache.org/httpcomponents/httpcore
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
Woodstox is a high-performance XML processor that implements Stax (JSR-173) API
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
Unnamed - org.apache.neethi:neethi:pom:2.0.1
Unnamed - org.apache.woden:woden:pom:1.0-incubating-M7a
Unnamed - annogen:annogen:jar:0.1.0
Unnamed - org.apache.geronimo.specs:geronimo-jms_1.1_spec:pom:1.1-rc4
The Axiom DOM implementation.
http://ws.apache.org/commons/axiom/modules/axiom-dom
The Axiom default implementation.
http://ws.apache.org/commons/axiom/modules/axiom-impl
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Unnamed - wsdl4j:wsdl4j:pom:1.6.2
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/commons/httpclient/
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.