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-pool | commons-pool | 1.3 | - | jar | |
| org.apache.geronimo.specs | geronimo-jta_1.1_spec | 1.1 | - | jar | (optional) |
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 |
|---|---|---|---|---|---|
| org.apache.geronimo.modules | geronimo-transaction | 1.2-beta | - | jar | |
| tomcat | naming-common | 5.0.28 | - | jar | |
| tomcat | naming-java | 5.0.28 | - | jar | |
| xerces | xercesImpl | 2.4.0 | - | jar | |
| xml-apis | xml-apis | 1.0.b2 | - | 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 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 |
|---|---|---|---|---|---|
| backport-util-concurrent | backport-util-concurrent | 2.2 | - | jar | |
| cglib | cglib-nodep | 2.1_3 | - | jar | |
| commons-jexl | commons-jexl | 1.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| log4j | log4j | 1.2.13 | - | jar | |
| mx4j | mx4j | 3.0.1 | - | jar | |
| ognl | ognl | 2.6.9 | - | jar | |
| org.apache.geronimo.modules | geronimo-common | 1.2-beta | - | jar | |
| org.apache.geronimo.modules | geronimo-core | 1.2-beta | - | jar | |
| org.apache.geronimo.modules | geronimo-j2ee | 1.2-beta | - | jar | |
| org.apache.geronimo.modules | geronimo-kernel | 1.2-beta | - | jar | |
| org.apache.geronimo.modules | geronimo-management | 1.2-beta | - | jar | |
| org.apache.geronimo.modules | geronimo-system | 1.2-beta | - | jar | |
| org.apache.geronimo.modules | geronimo-util | 1.2-beta | - | jar | |
| org.apache.geronimo.specs | geronimo-ejb_2.1_spec | 1.1 | - | jar | |
| org.apache.geronimo.specs | geronimo-j2ee-connector_1.5_spec | 1.1 | - | jar | |
| org.apache.geronimo.specs | geronimo-j2ee-management_1.0_spec | 1.1 | - | jar | |
| org.apache.geronimo.specs | geronimo-jta_1.0.1B_spec | 1.1 | - | jar | |
| org.objectweb.howl | howl | 1.0.1-1 | - | jar | |
| xpp3 | xpp3 | 1.1.3.3 | - | jar | |
| xstream | xstream | 1.1.3 | - | jar |
Commons Database Connection Pooling
http://commons.apache.org/dbcp/
Commons Object Pooling Library
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-jta_1.1_spec
Unnamed - tomcat:naming-common:jar:5.0.28
Unnamed - tomcat:naming-java:jar:5.0.28
Apache Geronimo, the J2EE server project of the Apache Software Foundation.
http://geronimo.apache.org/geronimo/modules/geronimo-transaction
Apache Geronimo, the J2EE server project of the Apache Software Foundation.
http://geronimo.apache.org/geronimo/modules/geronimo-core
Apache Geronimo, the J2EE server project of the Apache Software Foundation.
http://geronimo.apache.org/geronimo/modules/geronimo-j2ee
Apache Geronimo, the J2EE server project of the Apache Software Foundation.
http://geronimo.apache.org/geronimo/modules/geronimo-system
Contains interfaces that define the management API for Geronimo.
http://geronimo.apache.org/geronimo/modules/geronimo-management
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-jta_1.0.1B_spec
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-ejb_2.1_spec
Provides open-source implementations of Sun specifications.
http://geronimo.apache.org/specs/geronimo-j2ee-connector_1.5_spec
Dawid Kurzyniec's backport of JSR 166
http://www.mathcs.emory.edu/dcl/util/backport-util-concurrent/
HOWL is a logger implementation providing features required by the JOTM project. HOWL uses unformatted binary logs to maximize performance and specifies a journalization API with methods necessary to support JOTM recovery operations.
http://forge.objectweb.org/projects/howl/
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.