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
backport-util-concurrentbackport-util-concurrent2.2-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-codeccommons-codec1.3-jar
commons-fileuploadcommons-fileupload1.2-jar
commons-iocommons-io1.3.1-jar
commons-langcommons-lang2.3-jar
commons-poolcommons-pool1.3-jar
hivemindhivemind1.1.1-jar
hivemindhivemind-lib1.1.1-jar
jbossjavassist3.4.ga-jar
ognlognl2.7-jar
orooro2.0.8-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
jdomjdom1.0-jar
log4jlog4j1.2.8-jar
org.apache.tapestrytapestry-test4.1.2-jar
org.easymockeasymock2.2-jar
org.easymockeasymockclassextension2.2.2-jar
org.openqa.selenium.client-driversselenium-java-client-driver0.9.0-jar
org.openqa.selenium.serverselenium-server0.9.0-jar
org.testngtestng5.1jdk15jar

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
commons-loggingcommons-logging1.1-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.

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
cglibcglib-nodep2.1_3-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
avalon-frameworkavalon-framework4.1.3-jar
logkitlogkit1.0.1-jar

Project Dependency Graph

Dependency Listings

Tapestry Core Library - 4.1.2

Java Web Application Framework

http://tapestry.apache.org/tapestry4.1/tapestry-framework

Javassist

Javassist (Java programming assistant) is a load-time reflective system for Java.

http://www.jboss.org/products/javassist

Unnamed - hivemind:hivemind:jar:1.1.1

Unnamed - hivemind:hivemind-lib:jar:1.1.1

Unnamed - oro:oro:jar:2.0.8

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 - logkit:logkit:jar:1.0.1

Unnamed - avalon-framework:avalon-framework:jar:4.1.3

EasyMock

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism

http://www.easymock.org

EasyMock class extension

The EasyMock Class Extension allows to generate Mock Objects for classes

http://www.easymock.org

cglib

http://cglib.sourceforge.net/

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.

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

OGNL - Object Graph Navigation Library

http://ognl.org

Unnamed - javax.servlet:servlet-api:jar:2.4

FileUpload

The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.

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

IO

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

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

Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0

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/

Commons Pool

Commons Object Pooling Library

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

TestNG

TestNG is a unit testing framework.

http://testng.org

Unnamed - jdom:jdom:jar:1.0

Unnamed - log4j:log4j:jar:1.2.8

Tapestry Test

Tapestry Test Utilities

http://tapestry.apache.org/tapestry-test/

Selenium Java Client Driver

http://www.openqa.org/selenium

Selenium Server

http://www.openqa.org/selenium

Backport of JSR 166

Dawid Kurzyniec's backport of JSR 166

http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/