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-lang | commons-lang | 2.4 | - | jar | |
| javax.servlet | servlet-api | 2.5 | - | jar | |
| org.apache.tapestry | tapestry-core | 5.1.0.5 | - | jar | |
| org.apache.tapestry | tapestry-ioc | 5.1.0.5 | - | jar | |
| org.springframework | spring-dao | 2.0.8 | - | jar | |
| org.springframework.security | spring-security-core-tiger | 2.0.4 | - | 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.testng | testng | 5.1 | jdk15 | 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 |
|---|---|---|---|---|---|
| aopalliance | aopalliance | 1.0 | - | jar | |
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-logging | commons-logging | 1.1.1 | - | jar | |
| javassist | javassist | 3.9.0.GA | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar | |
| org.antlr | antlr-runtime | 3.1.1 | - | jar | |
| org.apache.tapestry | tapestry5-annotations | 5.1.0.5 | - | jar | |
| org.codehaus.woodstox | stax2-api | 3.0.1 | - | jar | |
| org.codehaus.woodstox | woodstox-core-asl | 4.0.3 | - | jar | |
| org.slf4j | slf4j-api | 1.5.2 | - | jar | |
| org.slf4j | slf4j-log4j12 | 1.5.2 | - | jar | |
| org.springframework | spring-aop | 2.0.8 | - | jar | |
| org.springframework | spring-beans | 2.0.8 | - | jar | |
| org.springframework | spring-context | 2.0.8 | - | jar | |
| org.springframework | spring-core | 2.0.8 | - | jar | |
| org.springframework.security | spring-security-core | 2.0.4 | - | jar | |
| stax | stax-api | 1.0.1 | - | 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 |
|---|---|---|---|---|---|
| org.springframework | spring-support | 2.0.8 | - | 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 | 3.8.1 | - | jar |
Spring Security services for Tapestry
http://www.localhost.nu/java/tapestry-spring-security
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
A framework for constructing recognizers, compilers, and translators from grammatical descriptions containing Java, C#, C++, or Python actions.
Woodstox is a high-performance XML processor that implements Stax (JSR-173) and SAX2 APIs
Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.
http://woodstox.codehaus.org/StAX2
StAX API is the standard java XML processing API defined by JSR-173
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
Unnamed - javassist:javassist:pom:3.9.0.GA
The slf4j log4j-12 binding
The slf4j API
Spring Security - Java 5 (Tiger)
Spring Security
http://static.springframework.org/spring-security/site/index.html/spring-security-core-tiger
Spring Security
http://static.springframework.org/spring-security/site/index.html/spring-security-core
Spring Framework: DAO
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Beans
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
Spring Framework: Context
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Unnamed - javax.servlet:servlet-api:jar:2.5
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://commons.apache.org/lang/
TestNG is a unit testing framework.
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.