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 |
|---|---|---|---|---|---|
| c3p0 | c3p0 | 0.9.0.4 | - | jar | |
| commons-lang | commons-lang | 2.3 | - | jar | |
| concurrent | concurrent | 1.3.4 | - | jar | |
| log4j | log4j | 1.2.13 | - | jar | |
| mysql | mysql-connector-java | 5.0.5 | - | jar | |
| org.hibernate | hibernate-annotations | 3.3.0.ga | - | jar | |
| org.hibernate | hibernate-entitymanager | 3.3.1.ga | - | jar | |
| org.springframework | spring | 2.0.6 | - | jar | |
| org.springframework | spring-mock | 2.0.6 | - | jar | (optional) |
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.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 |
|---|---|---|---|---|---|
| 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 | 2.1.1 | - | 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-common-core | 2.0.4.GA | - | jar | |
| net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
| org.hibernate | hibernate | 3.2.5.ga | - | jar | |
| org.hibernate | hibernate-commons-annotations | 3.0.0.ga | - | jar | |
| org.hibernate | hibernate-validator | 3.0.0.ga | - | jar |
http://www.sourcebeat.com/books/jpa.html
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/
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Unnamed - javax.persistence:persistence-api:jar:1.0
POM was created from install:install-file
Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.
http://entitymanager.hibernate.org
Relational Persistence for Java
Unnamed - org.hibernate:hibernate-commons-annotations:jar:3.0.0.ga
Following the DRY (Don't Repeat Yourself) principle, Hibernate Validator let's you express your domain constraints once (and only once) and ensure their compliance at various level of your system automatically.
http://validator.hibernate.org
Javassist (Java programming assistant) is a load-time reflective system for Java.
http://www.jboss.org/products/javassist
JBoss Common Core Utility classes
Dough Lea's util.concurrent package
Unnamed - c3p0:c3p0:jar:0.9.0.4
POM was created from install:install-file
Spring Framework
http://www.springframework.org
Spring Framework: Mock
http://www.springframework.org
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
MySQL java connector
http://dev.mysql.com/usingmysql/java/
Log4j
http://logging.apache.org/log4j/docs/
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.