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 |
|---|---|---|---|---|---|
| tapestry | tapestry | 4.0.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 |
|---|---|---|---|---|---|
| com.javaforge.tapestry | tapestry-testng | 1.0.0-SNAPSHOT | - | 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 | |
| commons-fileupload | commons-fileupload | 1.1 | - | jar | |
| commons-io | commons-io | 1.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| hivemind | hivemind | 1.1.1 | - | jar | |
| hivemind | hivemind-lib | 1.1.1 | - | jar | |
| ognl | ognl | 2.6.7 | - | jar | |
| oro | oro | 2.0.8 | - | 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 |
|---|---|---|---|---|---|
| jboss | javassist | 3.0 | - | 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 | |
| org.easymock | easymock | 2.2 | - | jar | |
| org.testng | testng | 5.1 | jdk15 | jar |
http://howardlewisship.com/tapestry-flash
http://howardlewisship.com/tapestry-testng
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
TestNG is a unit testing framework.
Unnamed - junit:junit:jar:3.8.1
Unnamed - tapestry:tapestry:jar:4.0.2
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/
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/${pom.artifactId.substring(8)}/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
Unnamed - hivemind:hivemind-lib:jar:1.1.1
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.