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 |
|---|---|---|---|---|---|
| org.apache.tapestry | tapestry-core | 5.1.0.0-SNAPSHOT | - | 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.apache.tapestry | tapestry-test | 5.1.0.0-SNAPSHOT | - | jar | |
| org.easymock | easymock | 2.4 | - | 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.4 | - | jar | |
| org.springframework | spring-web | 2.0 | - | 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.3 | - | jar | |
| javassist | javassist | 3.8.0.GA | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| org.apache.tapestry | tapestry-ioc | 5.1.0.0-SNAPSHOT | - | jar | |
| org.apache.tapestry | tapestry5-annotations | 5.1.0.0-SNAPSHOT | - | jar | |
| org.slf4j | slf4j-api | 1.5.2 | - | jar | |
| org.slf4j | slf4j-log4j12 | 1.5.2 | - | 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 |
|---|---|---|---|---|---|
| ant | ant | 1.6.5 | - | jar | |
| bouncycastle | bcprov-jdk15 | 135 | - | jar | |
| jetty | org.mortbay.jetty | 5.1.10 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| org.openqa.selenium.client-drivers | selenium-java-client-driver | 1.0-beta-1 | - | jar | |
| org.openqa.selenium.core | selenium-core | 1.0-beta-1 | - | jar | |
| org.openqa.selenium.server | selenium-server | 1.0-beta-1 | standalone | jar | |
| org.openqa.selenium.server | selenium-server | 1.0-beta-1 | - | jar | |
| org.openqa.selenium.server | selenium-server-coreless | 1.0-beta-1 | - | jar | |
| org.testng | testng | 5.7 | jdk15 | 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 |
|---|---|---|---|---|---|
| aopalliance | aopalliance | 1.0 | - | jar | |
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar | |
| org.springframework | spring-aop | 2.0 | - | jar | |
| org.springframework | spring-beans | 2.0 | - | jar | |
| org.springframework | spring-context | 2.0 | - | jar | |
| org.springframework | spring-core | 2.0 | - | jar |
Tapestry/Spring Integration Library
Provides integration of Tapestry with the Spring IoC container.
http://tapestry.apache.org/tapestry5.1/tapestry-spring
Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.
http://tapestry.apache.org/tapestry5.1/tapestry-core
Tapestry Inversion of Control Container
A code-centric, high-performance, simple Inversion of Control container.
http://tapestry.apache.org/tapestry5.1/tapestry-ioc
Annotations used with Tapestry applications.
http://tapestry.apache.org/tapestry5.1/tapestry5-annotations
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
The slf4j API
The slf4j log4j-12 binding
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/
Test utilities needed by Tapestry
http://tapestry.apache.org/tapestry5.1/tapestry-test
Selenium RC Java Client Driver
http://www.openqa.org/selenium-rc/selenium-client-drivers/selenium-java-client-driver
http://www.openqa.org/selenium-core
http://www.openqa.org/selenium-rc/selenium-server
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://www.openqa.org/selenium-rc/selenium-server
http://www.openqa.org/selenium-rc/selenium-server-coreless
The Apache Software Foundation provides support for the Apache community of open-source software projects. The Apache projects are characterized by a collaborative, consensus based development process, an open and pragmatic software license, and a desire to create high quality software that leads the way in its field. We consider ourselves not simply a group of projects sharing a server, but rather a community of developers and users.
Unnamed - jetty:org.mortbay.jetty:jar:5.1.10
Unnamed - bouncycastle:bcprov-jdk15:jar:135
TestNG is a unit testing framework.
Spring Framework: Web
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Log4j
http://logging.apache.org/log4j/docs/
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: AOP
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Unnamed - javax.servlet:servlet-api:jar:2.4
EasyMock provides an easy way to create Mock Objects for interfaces by generating them on the fly using Java's proxy mechanism