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 |
---|---|---|---|---|---|
avalon-framework | avalon-framework-api | 4.3 | - | jar | |
avalon-framework | avalon-framework-impl | 4.3 | - | jar | |
avalon-logkit | avalon-logkit | 2.1 | - | jar | |
commons-dbcp | commons-dbcp | 1.2.1 | - | jar | |
cornerstone-connection | cornerstone-connection-api | 2.1 | - | jar | |
cornerstone-connection | cornerstone-connection-impl | 2.1 | - | jar | |
cornerstone-datasources | cornerstone-datasources-api | 2.1 | - | jar | |
cornerstone-datasources | cornerstone-datasources-impl | 2.1 | - | jar | |
cornerstone-scheduler | cornerstone-scheduler-api | 2.1 | - | jar | |
cornerstone-scheduler | cornerstone-scheduler-impl | 2.1 | - | jar | |
cornerstone-sockets | cornerstone-sockets-api | 2.1 | - | jar | |
cornerstone-sockets | cornerstone-sockets-impl | 2.1 | - | jar | |
cornerstone-store | cornerstone-store-api | 2.1 | - | jar | |
cornerstone-store | cornerstone-store-impl | 2.1 | - | jar | |
dnsjava | dnsjava | 2.0.1 | - | jar | |
excalibur-datasource | excalibur-datasource | 2.1 | - | jar | |
excalibur-thread | excalibur-thread-api | 2.1 | - | jar | |
excalibur-thread | excalibur-thread-impl | 2.1 | - | jar | |
javax.mail | 1.4 | - | jar | ||
org.bouncycastle | bcmail-jdk14 | 129 | - | jar | |
org.bouncycastle | bcmail-jdk14-workaround | 129 | - | jar | |
oro | oro | 2.0.8 | - | 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-net | commons-net | 1.4.1 | - | jar | |
junit | junit | 3.8.1 | - | 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 |
---|---|---|---|---|---|
commons-collections | commons-collections | 2.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
commons-pool | commons-pool | 1.2 | - | jar | |
concurrent | concurrent | 1.3.4 | - | jar | |
cornerstone-threads | cornerstone-threads-api | 2.1 | - | jar | |
excalibur-instrument | excalibur-instrument-api | 2.1 | - | jar | |
excalibur-pool | excalibur-pool-api | 2.1 | - | jar | |
excalibur-pool | excalibur-pool-impl | 2.1 | - | jar | |
geronimo-spec | geronimo-spec-javamail | 1.3.1-rc3 | - | jar | |
geronimo-spec | geronimo-spec-jms | 1.1-rc4 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
javax.servlet | servlet-api | 2.3 | - | jar | |
junitperf | junitperf | 1.8 | - | jar | |
log4j | log4j | 1.2.11 | - | jar | |
qdox | qdox | 1.5 | - | jar | |
xerces | xercesImpl | 2.4.0 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar |
The Apache Java Enterprise Mail Server (a.k.a. JAMES Server)
http://james.apache.org/server/2.3.1/
Unnamed - org.bouncycastle:bcmail-jdk14:pom:129
Unnamed - org.bouncycastle:bcmail-jdk14-workaround:pom:129
The JavaMail API provides a platform-independent and protocol-independent framework to build mail and messaging applications.
https://glassfish.dev.java.net/javaee5/mail/
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).
http://java.sun.com/products/javabeans/jaf/index.jsp
Avalon Framework Implementation
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
Unnamed - xerces:xercesImpl:jar:2.4.0
Unnamed - log4j:log4j:jar:1.2.11
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
Commons Object Pooling Library
http://jakarta.apache.org/commons/pool/
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Cornerstone Connection Manager Implementation
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Cornerstone Socket Manager Implementation
Avalon Excalibur's DataSource package allows you to manage pooled connections in one of two ways. You can have the package handle it for you, or you can use a J2EE server's DataSource management. It provides the same kind of access regardless of which method you choose--since they are obtained through Avalon's Component Manager infrastructure. The DataSource package requires that you load the necessary driver classes at init time, but it will take care of all necessary issues from there.
Excalibur Instrument is an instrumentation utility that allows you to attach a separate JVM to your running application to determine its health. Instrumentation is the process of exposing the internal state in a way that is easy for an administrator or help desk personell to digest. Excalibur Instrumentation is such a package that you can use for your Avalon based projects.
Unnamed - junitperf:junitperf:jar:1.8
Dough Lea's util.concurrent package
Cornerstone Scheduler Implementation
Cornerstone Store Implementation
Excalibur Thread Implementation
Commons Collections
Log4j-like logging toolkit.