Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-httpclientcommons-httpclient3.0-jar
commons-loggingcommons-logging1.1-jar
org.codehaus.wadiwadi-group2.0-SNAPSHOT-jar
regexpregexp1.3-jar

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:

GroupIdArtifactIdVersionClassifierTypeOptional
com.agical.rmockrmock2.0.0-rc-6-jar
junitjunit3.8.1-jar
org.apache.derbyderby10.1.1.0-jar
org.springframeworkspring-mock1.2.5-jar

provided

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:

GroupIdArtifactIdVersionClassifierTypeOptional
geronimo-specgeronimo-spec-servlet2.4-rc4-jar
mx4jmx4j3.0.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:

GroupIdArtifactIdVersionClassifierTypeOptional
cglibcglib-nodep2.1_3-jar
commons-codeccommons-codec1.2-jar
concurrentconcurrent1.3.4-jar

Project Dependency Graph

Dependency Listings

WADI :: Core

WADI Core functionality

http://wadi.codehaus.org/wadi-core

Derby Engine

http://db.apache.org/derby/

JUnit

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.

http://junit.org

Spring Mock

WADI :: Group

WADI Group API and Dispatcher implementations

http://wadi.codehaus.org/wadi-group

Dough Lea's util.concurrent package

Unnamed - mx4j:mx4j:jar:3.0.1

Unnamed - regexp:regexp:jar:1.3

Logging

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 - geronimo-spec:geronimo-spec-servlet:jar:2.4-rc4

rMock

rMock 2.0.0 is a Java mock object framework based on jUnit. rMock has support for a record-modify-playback-verify workflow when writing jUnit tests, integrates better with IDE refactoring support and allows designing interfaces in a true test first fashion. rMock has the flexibility and power of jMock, and is influenced by EasyMock for recording mock calls.

http://sourceforge.net/projects/rmock/

cglib

http://cglib.sourceforge.net/

HttpClient

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/

Codec

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.