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 |
---|---|---|---|---|---|
log4j | log4j | 1.2.14 | - | jar | |
net.sf.tacos | tapdoc | 0.7.0 | - | jar | |
org.apache.maven | maven-plugin-api | 2.0.4 | - | jar | |
org.apache.maven.reporting | maven-reporting-impl | 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 |
---|---|---|---|---|---|
junit | junit | 3.8.1 | - | 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 |
---|---|---|---|---|---|
ant | ant | 1.6.2 | - | jar | |
backport-util-concurrent | backport-util-concurrent | 2.2 | - | jar | |
classworlds | classworlds | 1.1-alpha-2 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 2.1 | - | jar | |
commons-digester | commons-digester | 1.7 | - | jar | |
commons-fileupload | commons-fileupload | 1.2 | - | jar | |
commons-io | commons-io | 1.1 | - | jar | |
commons-lang | commons-lang | 2.3 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
commons-logging | commons-logging-api | 1.0.4 | - | jar | |
commons-pool | commons-pool | 1.3 | - | jar | |
commons-validator | commons-validator | 1.2.0 | - | jar | |
commons-vfs | commons-vfs | 1.0 | - | jar | |
hivemind | hivemind | 1.1.1 | - | jar | |
hivemind | hivemind-lib | 1.1.1 | - | jar | |
javax.servlet | servlet-api | 2.4 | - | jar | |
jboss | javassist | 3.4.ga | - | jar | |
ognl | ognl | 2.7 | - | jar | |
org.apache.maven | maven-artifact | 2.0.4 | - | jar | |
org.apache.maven | maven-artifact-ant | 2.0.4 | - | jar | |
org.apache.maven | maven-artifact-manager | 2.0.4 | - | jar | |
org.apache.maven | maven-error-diagnostics | 2.0.2 | - | jar | |
org.apache.maven | maven-model | 2.0.4 | - | jar | |
org.apache.maven | maven-profile | 2.0.4 | - | jar | |
org.apache.maven | maven-project | 2.0.4 | - | jar | |
org.apache.maven | maven-repository-metadata | 2.0.4 | - | jar | |
org.apache.maven | maven-settings | 2.0.4 | - | jar | |
org.apache.maven.doxia | doxia-core | 1.0-alpha-7 | - | jar | |
org.apache.maven.doxia | doxia-decoration-model | 1.0-alpha-7 | - | jar | |
org.apache.maven.doxia | doxia-sink-api | 1.0-alpha-7 | - | jar | |
org.apache.maven.doxia | doxia-site-renderer | 1.0-alpha-7 | - | jar | |
org.apache.maven.reporting | maven-reporting-api | 2.0.4 | - | jar | |
org.apache.maven.wagon | wagon-provider-api | 1.0-alpha-6 | - | jar | |
org.apache.tapestry | tapestry-annotations | 4.1.2 | - | jar | |
org.apache.tapestry | tapestry-framework | 4.1.2 | - | jar | |
org.codehaus.plexus | plexus-container-default | 1.0-alpha-9 | - | jar | |
org.codehaus.plexus | plexus-i18n | 1.0-beta-6 | - | jar | |
org.codehaus.plexus | plexus-utils | 1.1 | - | jar | |
org.codehaus.plexus | plexus-velocity | 1.1.2 | - | jar | |
oro | oro | 2.0.7 | - | jar | |
plexus | plexus-utils | 1.0.2 | - | jar | |
velocity | velocity | 1.4 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | 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.apache.maven.wagon | wagon-file | 1.0-alpha-7 | - | jar | |
org.apache.maven.wagon | wagon-http-lightweight | 1.0-alpha-6 | - | jar | |
velocity | velocity-dep | 1.4 | - | jar |
The following is a list of system dependencies for this project. These dependencies are required to compile the application:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
sun.jdk | tools | 1.5.0 | - | jar |
Maven 2 plugin for TapDoc
http://www.erinors.com/developer/project/tapdoc-maven-plugin
Unnamed - junit:junit:jar:3.8.1
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-plugin-api
Maven Reporting Implementation
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-reporting/maven-reporting-impl
Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
http://xml.apache.org/commons/#external
http://maven.apache.org/doxia/doxia-core
http://maven.apache.org/doxia/doxia-sink-api
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-reporting/maven-reporting-api
http://maven.apache.org/doxia/doxia-site-renderer
Unnamed - commons-logging:commons-logging-api:jar:1.0.4
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.
http://jakarta.apache.org/velocity/
http://maven.apache.org/doxia/doxia-decoration-model
Tapestry Component Reference Generator
http://www.erinors.com/developer/project/tapdoc
/opt/jdk1.6.0_02/jre/../lib/tools.jar
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-annotations
Unnamed - hivemind:hivemind-lib:jar:1.1.1
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-artifact-ant
This library is used to not only read Maven project object model files, but to assemble inheritence and to retrieve remote models as required.
http://maven.apache.org/maven-project
Provides a manager component which will process a given Throwable instance through a set of diagnostic sub-components, and return a String message with user-friendly information about the error and possibly how to fix it.
http://maven.apache.org/maven-error-diagnostics
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-settings
Tools to manage artifacts and deployment
Maven Wagon Lightweight HTTP Provider
Tools to manage artifacts and deployment
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-artifact-manager
Maven is a project development management and comprehension tool. Based on the concept of a project object model: builds, dependency management, documentation creation, site publication, and distribution publication are all controlled from the declarative file. Maven can be extended by plugins to utilise a number of other development tools for reporting or the build process.
http://maven.apache.org/maven-artifact
The Digester package lets you configure an XML->Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
http://jakarta.apache.org/commons/digester/
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Commons Collections
VFS is a Virtual File System library.
http://jakarta.apache.org/commons/vfs/
Unnamed - javax.servlet:servlet-api:jar:2.4
Unnamed - hivemind:hivemind:jar:1.1.1
Java Web Application Framework
http://tapestry.apache.org/tapestry4.1/tapestry-framework
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
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
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/fileupload/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.
http://jakarta.apache.org/commons/io/
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/lang/
Commons Object Pooling Library
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
Log4j