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-commons | 2.2.3 | - | jar | |
aspectj | aspectjrt | 1.5.3 | - | jar | |
aspectj | aspectjweaver | 1.5.3 | - | jar | |
net.sourceforge.openutils | openutils-bshd5 | 2.0.2 | - | jar | |
net.sourceforge.openutils | openutils-usermanagement | 2.0.1 | - | jar | |
net.sourceforge.openutils | openutils-usermanagement-dataobjects | 2.0 | - | jar | |
org.acegisecurity | acegi-security | 1.0.6 | - | jar | |
org.hibernate | hibernate-annotations | 3.2.1.ga | - | jar | |
org.slf4j | slf4j-log4j12 | 1.4.1 | - | 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 |
---|---|---|---|---|---|
commons-dbcp | commons-dbcp | 1.2.1 | - | jar | |
dbunit | dbunit | 2.1 | - | jar | |
hsqldb | hsqldb | 1.8.0.7 | - | jar | |
junit | junit | 4.4 | - | jar | |
net.sourceforge.openutils | openutils-testing | 2.0.3 | - | jar | |
net.sourceforge.openutils | openutils-testing-junit | 2.0.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 |
---|---|---|---|---|---|
antlr | antlr | 2.7.6 | - | jar | |
aopalliance | aopalliance | 1.0 | - | jar | |
asm | asm | 2.2.3 | - | jar | |
asm | asm-attrs | 2.2.3 | - | jar | |
asm | asm-tree | 2.2.3 | - | jar | |
cglib | cglib-nodep | 2.1_3 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 2.1.1 | - | jar | |
commons-lang | commons-lang | 2.2 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.persistence | persistence-api | 1.0 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
log4j | log4j | 1.2.13 | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
org.hibernate | hibernate | 3.2.5.ga | - | jar | |
org.slf4j | jcl104-over-slf4j | 1.4.3 | - | jar | |
org.slf4j | slf4j-api | 1.4.1 | - | jar | |
org.springframework | spring-aop | 2.5.1 | - | jar | |
org.springframework | spring-beans | 2.5.1 | - | jar | |
org.springframework | spring-context | 2.5.1 | - | jar | |
org.springframework | spring-core | 2.5.1 | - | jar | |
org.springframework | spring-jdbc | 2.5.1 | - | jar | |
org.springframework | spring-orm | 2.5.1 | - | jar | |
org.springframework | spring-test | 2.5.1 | - | jar | |
org.springframework | spring-tx | 2.5.1 | - | jar | |
oro | oro | 2.0.8 | - | 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 |
---|---|---|---|---|---|
commons-pool | commons-pool | 1.2 | - | jar |
Hibernate Security classes
http://openutils.sourceforge.net/openutils-hibernate-security
A very small and fast Java bytecode manipulation framework
http://asm.objectweb.org/asm-commons
A very small and fast Java bytecode manipulation framework
http://asm.objectweb.org/asm-tree
Usermanagement classes
http://openutils.sourceforge.net/openutils-usermanagement
openutils usermanagement dataobjects
Usermanagement dataobjects
http://openutils.sourceforge.net/openutils-usermanagement-dataobjects
openutils base Spring-Hibernate DAO for java 5.0
openutils base Spring-Hibernate DAO for java 5.0
http://openutils.sourceforge.net/openutils-bshd5
Spring Framework: JDBC
http://www.springframework.org
Spring Framework: Transaction
http://www.springframework.org
Spring Framework: Beans
http://www.springframework.org
Spring Framework: ORM
http://www.springframework.org
Spring Framework: AOP
http://www.springframework.org
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
openutils test utils
http://openutils.sourceforge.net/openutils-testing-junit
Spring Framework: Test
http://www.springframework.org
openutils test utils
http://openutils.sourceforge.net/openutils-testing
JCL implementation over SLF4J
Spring Framework: Context
http://www.springframework.org
The slf4j log4j-12 binding
The slf4j API
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Relational Persistence for Java
Enterprise JavaBeans (EJB) 3.0
The Enterprise JavaBeans architecture is a component architecture for the development and deployment of component-based business applications. The purpose of Enterprise JavaBeans (EJB) 3.0 is to improve the EJB architecture by reducing its complexity from the developer's point of view.
http://www.jcp.org/en/jsr/detail?id=220
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
Commons Object Pooling Library
http://jakarta.apache.org/commons/pool/
Acegi Security System for Spring
http://acegisecurity.org/acegi-security
Spring Framework: Core
http://www.springframework.org
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/
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
http://jakarta.apache.org/commons/codec/
Unnamed - commons-collections:commons-collections:jar:2.1.1
Log4j
http://logging.apache.org/log4j/docs/
Lightweight 100% Java SQL Database Engine
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.