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-dbcp | commons-dbcp | 1.2.1 | - | jar | |
| commons-httpclient | commons-httpclient | 3.0.1 | - | jar | |
| commons-io | commons-io | 1.2 | - | jar | |
| commons-lang | commons-lang | 2.2 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| commons-pool | commons-pool | 1.3 | - | jar | |
| nekohtml | nekohtml | 0.9.5 | - | jar | |
| opensymphony | oscache | 2.3 | - | jar | |
| org.springframework | spring | 2.0 | - | jar | |
| org.springframework | spring-portlet | 2.0 | - | jar |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| hsqldb | hsqldb | 1.8.0.7 | - | jar | |
| log4j | log4j | 1.2.13 | - | 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 |
|---|---|---|---|---|---|
| org.springframework | spring-mock | 2.0 | - | 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.portlet | portlet-api | 1.0 | - | jar | |
| javax.servlet | servlet-api | 2.4 | - | 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-collections | commons-collections | 2.1 | - | jar | |
| xerces | xerces | 2.4.0 | - | jar | |
| xerces | xercesImpl | 2.0.2 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | 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 | 4.1 | - | jar |
Provides web site content inclusion via a JSR-168 portlet.
http://developer.ja-sig.org/projects/WebProxyPortlet/
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 - javax.servlet:servlet-api:jar:2.4
Spring Framework
http://www.springframework.org
Spring Framework: Portlet
http://www.springframework.org
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/lang/
Log4j
http://logging.apache.org/log4j/docs/
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
Unnamed - xerces:xercesImpl:jar:2.0.2
Unnamed - xml-apis:xml-apis:jar:1.0.b2
http://xml.apache.org/commons/#external
Commons Collections
Unnamed - xerces:xerces:jar:2.4.0
OSCache is a caching solution that includes a JSP tag library and set of classes to perform fine grained dynamic caching of JSP content, servlet responses or arbitrary objects.
http://www.opensymphony.com/oscache/
http://www.jcp.org/en/jsr/detail?id=168
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Lightweight 100% Java SQL Database Engine
Spring Framework: Mock
http://www.springframework.org
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 Object Pooling Library
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
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.