Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-digestercommons-digester1.8-jar
org.apache.tomcatcatalina6.0.13-jar
org.mortbay.jettyjetty-plus6.1.2-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:

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.annotationjsr250-api1.0-jar
javax.elel-api1.0-jar
javax.facesjsf-api1.2-jar
javax.portletportlet-api1.0-jar
javax.servletjsp-api2.1-jar
javax.servletservlet-api2.5-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:

GroupIdArtifactIdVersionClassifierTypeOptional
commons-beanutilscommons-beanutils1.7.0-jar
commons-loggingcommons-logging1.1-jar
org.apache.tomcatannotations-api6.0.13-jar
org.apache.tomcatjuli6.0.13-jar
org.apache.tomcatservlet-api6.0.13-jar

Project Dependency Graph

Dependency Listings

JSF 4 Portlets Core

This is the main module of JSF 4 Portlets. This module brings an implementation of the JSF Portlet Bridge (JSR-301) which allows JSR-168 Portlets running as JSF applications.

http://jsf4portlets.sf.net/jsf4portlets

Unnamed - junit:junit:jar:3.8.1

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

Unnamed - org.apache.tomcat:catalina:jar:6.0.13

Tomcat Servlet Engine Core Classes and Standard implementations

Unnamed - org.apache.tomcat:servlet-api:jar:6.0.13

javax.servlet package

Unnamed - org.apache.tomcat:juli:jar:6.0.13

Tomcat Core Logging Package

Unnamed - org.apache.tomcat:annotations-api:jar:6.0.13

Annotations Package

Unnamed - javax.servlet:jsp-api:jar:2.1

Unnamed - javax.annotation:jsr250-api:jar:1.0

Portlet API

http://www.jcp.org/en/jsr/detail?id=168

Jetty Plus

http://jetty.mortbay.org

Unnamed - javax.el:el-api:jar:1.0

Unnamed - javax.faces:jsf-api:jar:1.2

This is the master POM file for Sun's Implementation of the JSF 1.2 Specification.

http://java.sun.com/javaee/javaserverfaces/

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/${pom.artifactId.substring(8)}/