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:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| junit | junit | 4.6 | - | jar | |
| org.apache.shale | shale-test | 1.0.4 | - | 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.myfaces.core | myfaces-api | 1.1.6 | - | 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:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| commons-logging | commons-logging | 1.1 | - | jar | |
| javax.servlet | jstl | 1.1.0 | - | jar | |
| javax.servlet | servlet-api | 2.4 | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar |
Project Dependency Graph
Dependency Tree
Dependency Listings
Tobago FacesMessage Ordering Fix
Tobago FacesMessage ordering fix for the RI (before the 1.2 version)
http://myfaces.apache.org/tobago/tobago-extension/tobago-message-fix
The public API classes of the Apache MyFaces Core JSF-1.1 project.
http://myfaces.apache.org/core11/myfaces-api
Unnamed - javax.servlet:jstl:jar:1.1.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)}/
Log4j
http://logging.apache.org/log4j/docs/
Unnamed - logkit:logkit:jar:1.0.1
Unnamed - avalon-framework:avalon-framework:jar:4.1.3
Unnamed - javax.servlet:servlet-api:jar:2.4
The Apache Shale Framework
http://shale.apache.org/shale-test
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.