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-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-chain | commons-chain | 1.1 | - | jar | |
commons-digester | commons-digester | 1.8 | - | jar | |
commons-jexl | commons-jexl | 1.1 | - | jar | |
commons-jxpath | commons-jxpath | 1.2 | - | jar | |
commons-lang | commons-lang | 2.3 | - | jar | |
freemarker | freemarker | 2.3.11 | - | jar | |
jalopy | jalopy | 1.5rc3 | - | jar | |
jdom | jdom | 1.0 | - | jar | |
qdox | qdox | 1.6.1 | - | 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-optional | 1.5.1 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 2.0 | - | jar | |
commons-el | commons-el | 1.0 | - | jar | |
commons-fileupload | commons-fileupload | 1.0 | - | jar | |
commons-logging | commons-logging | 1.1.1 | - | jar | |
commons-validator | commons-validator | 1.1.4 | - | jar | |
javax.portlet | portlet-api | 1.0 | - | jar | |
javax.servlet | jstl | 1.1.2 | - | jar | |
javax.servlet | servlet-api | 2.2 | - | jar | |
log4j | log4j | 1.2.8 | - | jar | |
myfaces | myfaces-api | 1.1.0 | - | jar | |
oro | oro | 2.0.8 | - | jar | |
xerces | xerces | 1.2.3 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar |
an engine for generating artifacts (e.g. source code, config files) as specified in its descriptor file.
An implmentation of the GoF Chain of Responsibility pattern
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
http://www.jcp.org/en/jsr/detail?id=168
Unnamed - myfaces:myfaces-api:jar:1.1.0
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/
JSP 2.0 Expression Language Interpreter Implementation
http://jakarta.apache.org/commons/el/
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/
Unnamed - commons-validator:commons-validator:jar:1.1.4
Unnamed - javax.servlet:jstl:jar:1.1.2
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/
Jexl is an implementation of the JSTL Expression Language with extensions.
http://jakarta.apache.org/commons/jexl/
A package of Java utility methods for accessing and modifying object properties
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - xerces:xerces:jar:1.2.3
Unnamed - javax.servlet:servlet-api:jar:2.2
Unnamed - ant:ant-optional:jar:1.5.1
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
Unnamed - commons-collections:commons-collections:jar:2.0
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://commons.apache.org/logging
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/
Unnamed - freemarker:freemarker:pom:2.3.11
he source code beautifier originally built by Marco Hunsicker and enhanced for Java 5 by Steve Heyns.
Unnamed - log4j:log4j:jar:1.2.8
QDox is a high speed, small footprint parser for extracting class/interface/method definitions from source files complete with JavaDoc @tags. It is designed to be used by active code generators or documentation tools.