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.1 | - | jar | |
| org.codehaus.wadi | wadi-tribes | 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 |
|---|---|---|---|---|---|
| com.agical.rmock | rmock | 2.0.0-rc-6 | - | 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 |
|---|---|---|---|---|---|
| cglib | cglib-nodep | 2.1_3 | - | jar | |
| commons-codec | commons-codec | 1.2 | - | jar | |
| commons-httpclient | commons-httpclient | 3.0 | - | jar | |
| org.apache.tomcat | juli | 6.0.16 | - | jar | |
| org.apache.tomcat | tribes | 6.0.16 | - | jar | |
| org.codehaus.wadi | wadi-core | 2.0 | - | jar | |
| org.codehaus.wadi | wadi-group | 2.0 | - | jar | |
| regexp | regexp | 1.3 | - | 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 |
WADI Console
http://wadi.codehaus.org/wadi-console
WADI Tribes Integration
http://wadi.codehaus.org/wadi-tribes
WADI Core functionality
http://wadi.codehaus.org/wadi-core
Unnamed - org.apache.tomcat:tribes:jar:6.0.16
Tomcat Group Communication Package
Unnamed - org.apache.tomcat:juli:jar:6.0.16
Tomcat Core Logging Package
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/
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.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/