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 |
---|---|---|---|---|---|
commons-httpclient | commons-httpclient | 3.0 | - | jar | |
commons-io | commons-io | 1.4 | - | jar | |
junit | junit | 4.4 | - | jar | |
org.apache.activemq | activemq-core | 5.1.0 | - | jar | |
org.springframework | spring | 2.5.5 | - | jar | |
org.springframework | spring-test | 2.5.5 | - | jar | |
xmlunit | xmlunit | 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 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 |
---|---|---|---|---|---|
backport-util-concurrent | backport-util-concurrent | 2.1 | - | jar | |
commons-codec | commons-codec | 1.2 | - | jar | |
commons-logging | commons-logging | 1.0.3 | - | jar | |
commons-logging | commons-logging-api | 1.1 | - | jar | |
org.apache.activemq | activeio-core | 3.1.0 | - | jar | |
org.apache.activemq | activeio-core | 3.1.0 | tests | test-jar | |
org.apache.camel | camel-core | 1.3.0 | - | jar | |
org.apache.geronimo.specs | geronimo-j2ee-management_1.0_spec | 1.0 | - | jar | |
org.apache.geronimo.specs | geronimo-jms_1.1_spec | 1.1.1 | - | jar |
Maven Synapse Plugin Functional Tests
Parent project for the maven-synapse-plugin project. Users should hit the "maven-synapse-plugin" link under "modules" for information on how to use the plugin.
http://maven-synapse.sf.net/maven-synapse-plugin-functional-test
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.
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
Spring Framework
http://www.springframework.org
Spring Framework: Test
http://www.springframework.org
The ActiveMQ Message Broker and Client implementations
http://activemq.apache.org/activemq-core
The Core Camel POJO based router
http://apache.apache.org/camel/camel-core
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-jms_1.1_spec
A high performance IO abstraction framework
http://activemq.apache.org/activeio-core
Unnamed - org.apache.geronimo.specs:geronimo-j2ee-management_1.0_spec:jar:1.0
A high performance IO abstraction framework
http://activemq.apache.org/activeio-core
Commons Logging
http://jakarta.apache.org/commons/logging/
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
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.
http://xmlunit.sourceforge.net/
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.