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 provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
joda-time | joda-time | 1.6.2 | - | jar | |
org.hibernate | hibernate-entitymanager | 3.6.0.Final | - | 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 provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Classifier | Type | Optional |
---|---|---|---|---|---|
antlr | antlr | 2.7.6 | - | jar | |
asm | asm | 3.1 | - | jar | |
cglib | cglib | 2.2 | - | jar | |
commons-collections | commons-collections | 3.1 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javassist | javassist | 3.12.0.GA | - | jar | |
javax.transaction | jta | 1.1 | - | jar | |
org.hibernate | hibernate-commons-annotations | 3.2.0.Final | - | jar | |
org.hibernate | hibernate-core | 3.6.0.Final | - | jar | |
org.hibernate.javax.persistence | hibernate-jpa-2.0-api | 1.0.0.Final | - | jar | |
org.slf4j | slf4j-api | 1.6.1 | - | 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
Hibernate Entity Manager
http://hibernate.org/hibernate-entitymanager
The core functionality of Hibernate
http://hibernate.org/hibernate-core
A very small and fast Java bytecode manipulation framework
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java.
Hibernate definition of the Java Persistence 2.0 (JSR 317) API.
The slf4j API
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.