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 |
|---|---|---|---|---|---|
| com.sun.xml.bind | jaxb-impl | 2.1.3 | - | jar | |
| commons-logging | commons-logging-api | 1.1 | - | jar | |
| javax.activation | activation | 1.1 | - | jar | |
| org.apache.pluto | pluto-descriptor-api | 2.0.0-SNAPSHOT | - | jar | |
| org.codehaus.castor | castor | 1.1.1 | - | jar | |
| xalan | xalan | 2.7.0 | - | jar | |
| xerces | xercesImpl | 2.6.2 | - | jar | |
| xerces | xmlParserAPIs | 2.6.2 | - | 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 |
|---|---|---|---|---|---|
| commons-logging | commons-logging | 1.1 | - | jar | |
| junit | junit | 4.0 | - | 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 |
|---|---|---|---|---|---|
| cglib | cglib-full | 2.0.2 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar | |
| javax.xml.bind | jaxb-api | 2.1 | - | jar | |
| javax.xml.stream | stax-api | 1.0-2 | - | jar | |
| log4j | log4j | 1.2.13 | - | jar | |
| xerces | xerces | 1.4.0 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | 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 |
|---|---|---|---|---|---|
| avalon-framework | avalon-framework | 4.1.3 | - | jar | |
| javax.servlet | servlet-api | 2.3 | - | jar | |
| logkit | logkit | 1.0.1 | - | jar |
Pluto Descriptor Service Implementation
Pluto is the Reference Implementation of the Java Portlet Specfication.
http://portals.apache.org/pluto/pluto-descriptor-impl
Pluto is the Reference Implementation of the Java Portlet Specfication.
http://portals.apache.org/pluto/pluto-descriptor-api
Unnamed - cglib:cglib-full:jar:2.0.2
Unnamed - javax.transaction:jta:jar:1.0.1B
Unnamed - xerces:xerces:jar:1.4.0
Unnamed - xerces:xercesImpl:jar:2.6.2
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/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)}/
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.3
Unnamed - com.sun.xml.bind:jaxb-impl:jar:2.1.3
Unnamed - javax.xml.bind:jaxb-api:jar:2.1
Unnamed - xalan:xalan:jar:2.7.0
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
JavaBeans Activation Framework (JAF)
JavaBeans Activation Framework (JAF) is a standard extension to the Java platform that lets you take advantage of standard services to: determine the type of an arbitrary piece of data; encapsulate access to it; discover the operations available on it; and instantiate the appropriate bean to perform the operation(s).