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-dbcp | commons-dbcp | 1.2 | - | jar | |
commons-dbutils | commons-dbutils | 1.1 | - | jar | |
hsqldb | hsqldb | 1.8.0.7 | - | jar | |
javax.mail | 1.4 | - | jar | ||
mx4j | mx4j | 3.0.2 | - | jar | |
mx4j | mx4j-remote | 3.0.2 | - | jar | |
mx4j | mx4j-tools | 3.0.1 | - | jar | |
org.mortbay.jetty | jetty | 6.1.9 | - | 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 |
---|---|---|---|---|---|
junit | junit | 4.4 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.5.2 | - | 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-pool | commons-pool | 1.2 | - | jar | |
javax.activation | activation | 1.1 | - | jar | |
org.mortbay.jetty | jetty-util | 6.1.9 | - | jar | |
org.mortbay.jetty | servlet-api-2.5 | 6.1.9 | - | jar | |
org.slf4j | slf4j-api | 1.5.2 | - | jar | |
xerces | xercesImpl | 2.0.2 | - | 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 |
---|---|---|---|---|---|
log4j | log4j | 1.2.14 | - | jar |
jmux - Java Modules Using XML - An ultra lightweight framework for building servers using untyped XML
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.
Jetty server core
Utility classes for Jetty
Servlet Specification 2.5 API
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
Commons Object Pooling Library
http://jakarta.apache.org/commons/pool/
Commons Collections
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.0.2
A package of Java utility classes for easing JDBC development
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
MX4J JMX API and implementation
Unnamed - mx4j:mx4j-tools:jar:3.0.1
MX4J Remote
The slf4j log4j-12 binding
The slf4j API
Log4j
http://logging.apache.org/log4j/docs/
Lightweight 100% Java SQL Database Engine
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).