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 |
|---|---|---|---|---|---|
| bouncycastle | bcprov-jdk14 | 138 | - | jar | |
| commons-collections | commons-collections | 3.1 | - | jar | |
| log4j | log4j | 1.2.7 | - | jar | |
| opensymphony | osuser | 1.0-20060106 | - | jar | |
| commons-httpclient | commons-httpclient | 3.1 | - | jar | (optional) |
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 | |
| mockobjects | mockobjects-core | 0.09 | - | jar | |
| mockobjects | mockobjects-jdk1.4-j2ee1.3 | 0.09 | - | 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 |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.3 | - | 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 |
|---|---|---|---|---|---|
| commons-codec | commons-codec | 1.2 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| opensymphony | oscore | 2.2.6 | - | jar | |
| opensymphony | propertyset | 1.3-21Nov03 | - | jar |
Seraph is a Servlet security framework for use in J2EE web applications.
http://www.atlassian.com/atlassian-public-pom/atlassian-seraph
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Unnamed - log4j:log4j:jar:1.2.7
Unnamed - javax.servlet:servlet-api:jar:2.3
OSUser is a module of the OpenSymphony framework designed to provide a simple to use API for user-management
http://www.opensymphony.com/osuser/
http://www.opensymphony.com/propertyset/
Unnamed - opensymphony:oscore:pom:2.2.6
Unnamed - bouncycastle:bcprov-jdk14:jar:138
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/logging/
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.
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.