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 |
---|---|---|---|---|---|
aspectj | aspectjrt | 1.5.3 | - | jar | |
commons-httpclient | commons-httpclient | 3.1 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
httpunit | httpunit | 1.6 | - | jar | |
javax.servlet | servlet-api | 2.4 | - | jar | |
junit | junit | 3.8.2 | - | jar | |
nekohtml | nekohtml | 1.9.6 | - | jar | |
org.codehaus.cargo | cargo-ant | 0.9 | - | jar | |
org.codehaus.cargo | cargo-core-uberjar | 0.9 | - | jar | |
org.mortbay.jetty | org.mortbay.jetty | 5.1.9 | - | jar | |
tomcat | jasper-compiler | 5.5.9 | - | jar | |
tomcat | jasper-runtime | 5.5.9 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
Cactus framework for testing your server-side code
http://jakarta.apache.org/cactus/
Unnamed - javax.servlet:servlet-api:jar:2.4
Unnamed - org.mortbay.jetty:org.mortbay.jetty:pom:5.1.9
Unnamed - tomcat:jasper-compiler:jar:5.5.9
Unnamed - tomcat:jasper-runtime:jar:5.5.9
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/httpcomponents/httpclient-3.x/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
A Java library for the automatic stimulation and testing of web applications.
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://nekohtml.sourceforge.net/
The Cargo Core Uberjar
http://cargo.codehaus.org/cargo-core/cargo-core-uberjar
Ant tasks for Cargo