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 |
---|---|---|---|---|---|
javax.jms | jms | 1.1 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
org.picocontainer | picocontainer | 2.0 | - | jar | |
org.slf4j | slf4j-api | 1.4.3 | - | 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 | 3.8.1 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.4.3 | - | 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 |
---|---|---|---|---|---|
javax.activation | activation | 1.1 | - | jar | |
javax.mail | 1.4 | - | jar | ||
log4j | log4j | 1.2.15 | - | jar |
Yet Another Java Utility Library for Java Enterprise 5.
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.
Please refer to the <a href="http://picocontainer.org/">main website</a> for documentation.
http://www.picocontainer.org/picocontainer
The slf4j API
The slf4j log4j-12 binding
Apache Log4j 1.2
http://logging.apache.org:80/log4j/1.2/
The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java 2 Platform, Enterprise Edition (J2EE) to create, send, receive, and read messages. It enables distributed communication that is loosely coupled, reliable, and asynchronous.
http://java.sun.com/products/jms
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.