Project Dependencies

test

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:

GroupIdArtifactIdVersionClassifierTypeOptional
junitjunit3.8.1-jar

provided

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:

GroupIdArtifactIdVersionClassifierTypeOptional
javax.servletservlet-api2.3-jar
myfacesmyfaces-api1.1.1-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

provided

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:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-beanutilscommons-beanutils1.7.0-jar
commons-codeccommons-codec1.3-jar
commons-collectionscommons-collections3.1-jar
commons-digestercommons-digester1.7-jar
commons-elcommons-el1.0-jar
commons-fileuploadcommons-fileupload1.0-jar
commons-langcommons-lang2.1-jar
commons-loggingcommons-logging1.0.4-jar
commons-validatorcommons-validator1.1.4-jar
javax.servletjstl1.1.2-jar
orooro2.0.8-jar
xml-apisxml-apis1.0.b2-jar

Project Dependency Graph

Dependency Listings

AjaxAnywhere

http://ajaxanywhere.sf.net

Unnamed - javax.servlet:servlet-api:jar:2.3

Unnamed - myfaces:myfaces-api:jar:1.1.1

Codec

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/

Lang

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 - javax.servlet:jstl:jar:1.1.2

Unnamed - commons-validator:commons-validator:jar:1.1.4

FileUpload

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 - oro:oro:jar:2.0.8

EL

JSP 2.0 Expression Language Interpreter Implementation

http://jakarta.apache.org/commons/el/

Digester

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

Logging

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

Unnamed - commons-collections:commons-collections:jar:3.1

Types that extend and augment the Java Collections Framework.

Unnamed - junit:junit:jar:3.8.1