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-dbcpcommons-dbcp1.2.1-jar
commons-httpclientcommons-httpclient3.0.1-jar
commons-iocommons-io1.2-jar
commons-langcommons-lang2.2-jar
commons-loggingcommons-logging1.1-jar
commons-poolcommons-pool1.3-jar
nekohtmlnekohtml0.9.5-jar
opensymphonyoscache2.3-jar
org.springframeworkspring2.0-jar
org.springframeworkspring-portlet2.0-jar

runtime

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

GroupIdArtifactIdVersionClassifierTypeOptional
hsqldbhsqldb1.8.0.7-jar
log4jlog4j1.2.13-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
org.springframeworkspring-mock2.0-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
javax.portletportlet-api1.0-jar
javax.servletservlet-api2.4-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
commons-codeccommons-codec1.2-jar
commons-collectionscommons-collections2.1-jar
xercesxerces2.4.0-jar
xercesxercesImpl2.0.2-jar
xml-apisxml-apis1.0.b2-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
junitjunit4.1-jar

Project Dependency Graph

Dependency Listings

Web Proxy Portlet

Provides web site content inclusion via a JSR-168 portlet.

http://developer.ja-sig.org/projects/WebProxyPortlet/

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 - javax.servlet:servlet-api:jar:2.4

Spring Framework

Spring Framework

http://www.springframework.org

Spring Framework: Portlet

Spring Framework: Portlet

http://www.springframework.org

Lang

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

Log4j

http://logging.apache.org/log4j/docs/

Commons DBCP

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

Collections

Commons Collections

Neko HTML

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/

Portlet API

http://www.jcp.org/en/jsr/detail?id=168

IO

Commons-IO contains utility classes, stream implementations, file filters, and endian classes.

http://jakarta.apache.org/commons/io/

HSQLDB

Lightweight 100% Java SQL Database Engine

http://hsqldb.org/

Spring Framework: Mock

Spring Framework: Mock

http://www.springframework.org

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

Commons Pool

Commons Object Pooling Library

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

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.