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 |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.5 | - | jar | |
| org.acegisecurity | acegi-security | 1.0.6 | - | jar | |
| org.acegisecurity | acegi-security-tiger | 1.0.6 | - | jar | |
| org.apache.tapestry | tapestry-core | 5.0.11 | - | jar | |
| org.apache.tapestry | tapestry-ioc | 5.0.11 | - | jar | |
| org.springframework | spring-context | 2.0.7 | - | jar | |
| 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 | |
| commons-codec | commons-codec | 1.3 | - | jar | |
| commons-collections | commons-collections | 3.1 | - | jar | |
| commons-lang | commons-lang | 2.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| jboss | javassist | 3.7.ga | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| org.apache.tapestry | tapestry-annotations | 5.0.11 | - | jar | |
| org.slf4j | slf4j-api | 1.4.3 | - | jar | |
| org.slf4j | slf4j-log4j12 | 1.4.3 | - | jar | |
| org.springframework | spring-aop | 1.2.9 | - | jar | |
| org.springframework | spring-beans | 2.0.7 | - | jar | |
| org.springframework | spring-core | 1.2.9 | - | jar | |
| oro | oro | 2.0.8 | - | jar |
Security services (Acegi based) for Tapestry
http://www.localhost.nu/java/tapestry5-acegi
Central module for Tapestry, containing interfaces to the Java Servlet API and all core services and components.
http://tapestry.apache.org/tapestry5/tapestry-core
Annotations used with Tapestry applications.
http://tapestry.apache.org/tapestry5/tapestry-annotations
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/
Tapestry Inversion of Control Container
A code-centric, high-performance, simple Inversion of Control container.
http://tapestry.apache.org/tapestry5/tapestry-ioc
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://labs.jboss.com/javassist/
The slf4j API
The slf4j log4j-12 binding
Acegi Security System for Spring
http://acegisecurity.org/acegi-security
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/${pom.artifactId.substring(8)}/
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
Log4j
http://logging.apache.org/log4j/docs/
Spring Framework: Context
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Core
http://www.springframework.org
Acegi Security System for Spring - Java 5 (Tiger)
Acegi Security System for Spring
http://acegisecurity.org/acegi-security-tiger
Spring Framework: AOP
http://www.springframework.org
Spring Framework: Beans
http://www.springframework.org
Unnamed - javax.servlet:servlet-api:jar:2.5
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.