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 |
|---|---|---|---|---|---|
| joda-time | joda-time | 1.5 | - | jar | |
| org.hibernate | hibernate | 3.0.5 | - | 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 |
|---|---|---|---|---|---|
| hsqldb | hsqldb | 1.7.3.3 | - | jar | |
| junit | junit | 3.8.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 |
|---|---|---|---|---|---|
| asm | asm | 1.4.3 | - | jar | |
| cglib | cglib | 2.0.2 | - | jar | |
| commons-collections | commons-collections | 2.1.1 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| dom4j | dom4j | 1.6 | - | jar | |
| ehcache | ehcache | 1.1 | - | jar | |
| hibernate | antlr | 2.7.5H3 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar |
Contribution to Joda-Time that adds Hibernate support
http://joda-time.sourceforge.net/contrib/hibernate
Date and time library to replace JDK date handling.
http://joda-time.sourceforge.net
Unnamed - org.hibernate:hibernate:jar:3.0.5
Ehcache is a pure Java, in-process cache with the following features: Fast, Simple, Acts as a pluggable cache for Hibernate 2.1. Small foot print. Both in terms of size and memory requirements. Minimal dependencies. Fully documented. See the online Documentation, FAQ and the online JavaDoc. Comprehensively Test Coverage. Scalable to hundreds of caches and large multi-cpu servers. Production tested. All versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
Unnamed - cglib:cglib:jar:2.0.2
Unnamed - commons-collections:commons-collections:jar:2.1.1
dom4j: the flexible XML framework for Java
The javax.transaction package. It is appropriate for inclusion in a classpath, and may be added to a Java 2 installation.
http://java.sun.com/products/jta
Unnamed - hibernate:antlr:jar:2.7.5H3
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.