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 |
---|---|---|---|---|---|
hivemind | hivemind | 1.1.1 | - | jar | |
hivemind | hivemind-lib | 1.1.1 | - | jar | |
org.apache.tapestry | tapestry-framework | 4.1.6 | - | 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 |
---|---|---|---|---|---|
log4j | log4j | 1.2.9 | - | jar | |
org.apache.tapestry | tapestry-test | 4.1.4 | - | jar | |
org.testng | testng | 5.1 | 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 |
---|---|---|---|---|---|
javax.servlet | servlet-api | 2.4 | - | jar | |
jboss | jboss-j2ee | 4.0.2 | - | 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 |
---|---|---|---|---|---|
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.1 | - | jar | |
commons-io | commons-io | 1.4 | - | jar | |
commons-lang | commons-lang | 2.4 | - | jar | |
commons-pool | commons-pool | 1.4 | - | jar | |
ognl | ognl | 2.7.3 | - | 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.7.ga | - | 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 |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
org.easymock | easymock | 2.3 | - | jar | |
org.easymock | easymockclassextension | 2.3 | - | 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 |
---|---|---|---|---|---|
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
logkit | logkit | 1.0.1 | - | jar |
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-contrib
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-framework
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
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://labs.jboss.com/javassist/
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://commons.apache.org/fileupload/
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
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/
Commons Object Pooling Library
http://commons.apache.org/pool/
Dawid Kurzyniec's backport of JSR 166
http://backport-jsr166.sourceforge.net/
Unnamed - jboss:jboss-j2ee:jar:4.0.2
Unnamed - hivemind:hivemind:jar:1.1.1
Unnamed - hivemind:hivemind-lib:jar:1.1.1
Unnamed - javax.servlet:servlet-api:jar:2.4
Unnamed - log4j:log4j:jar:1.2.9
TestNG is a unit testing framework.
Unnamed - junit:junit:jar:3.8.1
Tapestry Test Utilities
http://tapestry.apache.org/tapestry-test/
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
The EasyMock Class Extension allows to generate Mock Objects for classes