Project Dependencies
compile
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-collections | commons-collections | 3.2 | - | jar | |
| commons-digester | commons-digester | 1.8 | - | jar | |
| commons-discovery | commons-discovery | 0.4 | - | jar | |
| org.apache.myfaces.core | myfaces-api | 1.2.4-SNAPSHOT | - | jar |
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:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| cactus | cactus | 13-1.7.2 | - | jar | |
| org.apache.myfaces.core | myfaces-api | 1.2.4-SNAPSHOT | tests | jar | |
| org.apache.shale | shale-test | 1.0.4 | - | jar | |
| org.easymock | easymock | 2.3 | - | jar | |
| org.easymock | easymockclassextension | 2.3 | - | jar | |
| org.testng | testng | 5.1 | jdk15 | 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:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| com.google.code.guice | guice | 1.0 | - | jar | |
| javax.servlet | servlet-api | 2.5 | - | jar | |
| javax.servlet.jsp | jsp-api | 2.1 | - | jar | |
| jstl | jstl | 1.2 | - | jar | |
| org.apache.geronimo.specs | geronimo-annotation_1.0_spec | 1.0 | - | jar | |
| org.apache.geronimo.specs | geronimo-ejb_3.0_spec | 1.0 | - | jar | |
| org.apache.geronimo.specs | geronimo-jpa_3.0_spec | 1.0 | - | jar | |
| org.apache.myfaces.core | myfaces-build | 1.2.4-SNAPSHOT | - | jar | |
| org.apache.myfaces.shared | myfaces-shared-impl | 3.0.4-SNAPSHOT | - | jar | |
| org.apache.tomcat | catalina | 6.0.10 | - | jar | |
| portlet-api | portlet-api | 1.0 | - | jar |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
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-logging | commons-logging | 1.1.1 | - | jar |
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:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| cglib | cglib-nodep | 2.1_3 | - | jar | |
| junit | junit | 3.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:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| org.apache.tomcat | annotations-api | 6.0.10 | - | jar | |
| org.apache.tomcat | juli | 6.0.10 | - | jar | |
| org.apache.tomcat | servlet-api | 6.0.10 | - | jar |
Project Dependency Graph
Dependency Tree
- org.apache.myfaces.core:myfaces-impl:jar
- org.apache.myfaces.core:myfaces-build:jar
- org.apache.shale:shale-test:jar
- org.apache.myfaces.core:myfaces-api:jar:tests
- org.apache.geronimo.specs:geronimo-ejb_3.0_spec:jar
- commons-discovery:commons-discovery:jar
- jstl:jstl:jar
- commons-collections:commons-collections:jar
- javax.servlet.jsp:jsp-api:jar
- javax.servlet:servlet-api:jar
- org.apache.myfaces.core:myfaces-api:jar
- org.apache.geronimo.specs:geronimo-annotation_1.0_spec:jar
- org.testng:testng:jar:jdk15
- org.easymock:easymockclassextension:jar
- org.apache.geronimo.specs:geronimo-jpa_3.0_spec:jar
- org.easymock:easymock:jar
- com.google.code.guice:guice:jar
- portlet-api:portlet-api:jar
- org.apache.tomcat:catalina:jar
- commons-digester:commons-digester:jar
- org.apache.myfaces.shared:myfaces-shared-impl:jar
- commons-codec:commons-codec:jar
- cactus:cactus:jar
Dependency Listings
Apache MyFaces JSF-1.2 Core Impl
The private implementation classes of the Apache MyFaces Core JSF/1.2 Implementation
http://myfaces.apache.org/core12/myfaces-impl
Apache MyFaces 1.2 Core Build
http://myfaces.apache.org/core12/myfaces-build
The Apache Shale Framework
http://shale.apache.org/shale-test
Apache Myfaces JSF Core-1.2 API
The public API classes of the Apache MyFaces CORE JSF-1.2 project
http://myfaces.apache.org/core12/myfaces-api
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-ejb_3.0_spec
Commons Discovery
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Types that extend and augment the Java Collections Framework.
http://jakarta.apache.org/commons/collections/
Unnamed - javax.servlet.jsp:jsp-api:jar:2.1
Unnamed - javax.servlet:servlet-api:jar:2.5
Apache Myfaces JSF Core-1.2 API
The public API classes of the Apache MyFaces CORE JSF-1.2 project
http://myfaces.apache.org/core12/myfaces-api
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-annotation_1.0_spec
TestNG is a unit testing framework.
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.
The EasyMock Class Extension allows to generate Mock Objects for classes
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-jpa_3.0_spec
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 5, brought to you by Google.
http://code.google.com/p/google-guice/
Unnamed - portlet-api:portlet-api:jar:1.0
Unnamed - org.apache.tomcat:catalina:jar:6.0.10
Tomcat Servlet Engine Core Classes and Standard implementations
Unnamed - org.apache.tomcat:servlet-api:jar:6.0.10
javax.servlet package
Unnamed - org.apache.tomcat:juli:jar:6.0.10
Tomcat Core Logging Package
Unnamed - org.apache.tomcat:annotations-api:jar:6.0.10
Annotations Package
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
Shared project renamed for use in MyFaces Impl
http://myfaces.apache.org/shared12/myfaces-shared-impl
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
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.