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-lang | commons-lang | 2.3 | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| ognl | ognl | 2.7 | - | jar | |
| org.hibernate | hibernate-entitymanager | 3.2.0.ga | - | 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 |
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 |
|---|---|---|---|---|---|
| antlr | antlr | 2.7.6 | - | jar | |
| asm | asm | 1.5.3 | - | jar | |
| asm | asm-attrs | 1.5.3 | - | jar | |
| cglib | cglib | 2.1_3 | - | jar | |
| commons-collections | commons-collections | 3.2 | - | jar | |
| commons-logging | commons-logging | 1.0.4 | - | jar | |
| dom4j | dom4j | 1.6.1 | - | jar | |
| javax.persistence | persistence-api | 1.0 | - | jar | |
| javax.transaction | jta | 1.0.1B | - | jar | |
| jboss | javassist | 3.3.ga | - | jar | |
| jboss | jboss-archive-browsing | 5.0.0alpha-200607201-119 | - | jar | |
| net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
| org.hibernate | hibernate | 3.2.5.ga | - | jar | |
| org.hibernate | hibernate-annotations | 3.2.0.ga | - | jar |
Data Transfer Object Populator.
http://hattori.sourceforge.net/
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.
Log4j
http://logging.apache.org/log4j/docs/
Commons.Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://jakarta.apache.org/commons/lang/
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
http://entitymanager.hibernate.org
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Unnamed - jboss:jboss-archive-browsing:jar:5.0.0alpha-200607201-119
OGNL - Object Graph Navigation Library
Javassist (Java programming assistant) is a load-time reflective system for Java.