Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
c3p0c3p00.9.0.4-jar
commons-langcommons-lang2.3-jar
concurrentconcurrent1.3.4-jar
log4jlog4j1.2.13-jar
mysqlmysql-connector-java5.0.5-jar
org.hibernatehibernate-annotations3.3.0.ga-jar
org.hibernatehibernate-entitymanager3.3.1.ga-jar
org.springframeworkspring2.0.6-jar
org.springframeworkspring-mock2.0.6-jar(optional)

test

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:

GroupIdArtifactIdVersionClassifierTypeOptional
junitjunit4.3-jar

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
antlrantlr2.7.6-jar
asmasm1.5.3-jar
asmasm-attrs1.5.3-jar
cglibcglib2.1_3-jar
commons-collectionscommons-collections2.1.1-jar
commons-loggingcommons-logging1.0.4-jar
dom4jdom4j1.6.1-jar
javax.persistencepersistence-api1.0-jar
javax.transactionjta1.0.1B-jar
jbossjavassist3.3.ga-jar
jbossjboss-common-core2.0.4.GA-jar
net.sf.ehcacheehcache1.2.3-jar
org.hibernatehibernate3.2.5.ga-jar
org.hibernatehibernate-commons-annotations3.0.0.ga-jar
org.hibernatehibernate-validator3.0.0.ga-jar

Project Dependency Graph

Dependency Listings

TSS JPA Example

http://www.sourcebeat.com/books/jpa.html

Lang

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 Annotations

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 Entity Manager

Hibernate EntityManager implements the programming interfaces and lifecycle rules as defined by the EJB3 persistence specification.

http://entitymanager.hibernate.org

Hibernate

Relational Persistence for Java

http://www.hibernate.org

Unnamed - org.hibernate:hibernate-commons-annotations:jar:3.0.0.ga

Hibernate Validator

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

Javassist (Java programming assistant) is a load-time reflective system for Java.

http://www.jboss.org/products/javassist

JBoss Common Classes

JBoss Common Core Utility classes

http://www.jboss.org

Dough Lea's util.concurrent package

Unnamed - c3p0:c3p0:jar:0.9.0.4

POM was created from install:install-file

Spring Framework

Spring Framework

http://www.springframework.org

Spring Framework: Mock

Spring Framework: Mock

http://www.springframework.org

Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://jakarta.apache.org/commons/logging/

MySQL java connector

MySQL java connector

http://dev.mysql.com/usingmysql/java/

Log4j

Log4j

http://logging.apache.org/log4j/docs/

JUnit

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.

http://junit.org