Project Dependencies

compile

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
backport-util-concurrent backport-util-concurrent 3.1 - jar
commons-beanutils commons-beanutils 1.7.0 - jar
commons-codec commons-codec 1.3 - jar
commons-fileupload commons-fileupload 1.2 - jar
commons-io commons-io 1.4 - jar
commons-lang commons-lang 2.3 - jar
commons-pool commons-pool 1.4 - jar
hivemind hivemind 1.1.1 - jar
hivemind hivemind-lib 1.1.1 - jar
ognl ognl 2.7.2 - jar
oro oro 2.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:

GroupId ArtifactId Version Classifier Type Optional
jdom jdom 1.0 - jar
log4j log4j 1.2.8 - jar
org.apache.tapestry tapestry-test 4.1.4 - jar
org.openqa.selenium.client-drivers selenium-java-client-driver 0.9.0 - jar
org.openqa.selenium.server selenium-server 0.9.0 - jar
org.testng testng 5.1 jdk15 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:

GroupId ArtifactId Version Classifier Type Optional
javax.servlet servlet-api 2.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.

runtime

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
jboss javassist 3.6.ga - 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:

GroupId ArtifactId Version Classifier Type Optional
cglib cglib-nodep 2.1_3 - jar
org.easymock easymock 2.3 - jar
org.easymock easymockclassextension 2.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:

GroupId ArtifactId Version Classifier Type Optional
avalon-framework avalon-framework 4.1.3 - jar
commons-logging commons-logging 1.1 - jar
logkit logkit 1.0.1 - jar

Project Dependency Graph

Dependency Listings

Tapestry Core Library - 4.1.5

Java Web Application Framework

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

Unnamed - hivemind:hivemind:jar:1.1.1

Unnamed - hivemind:hivemind-lib:jar:1.1.1

Unnamed - oro:oro:jar:2.0.8

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

Javassist

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

http://labs.jboss.com/javassist/

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/

Commons IO

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

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

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

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)}/

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://commons.apache.org/pool/

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/

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

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://backport-jsr166.sourceforge.net/