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 |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar | |
net.sourceforge.openutils | openutils-bshd5 | 2.0.2 | - | 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 | jcl104-over-slf4j | 1.4.3 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.4.3 | - | jar | |
org.springframework | spring-beans | 2.5.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 | |
junit | junit | 4.4 | - | jar | |
net.sourceforge.openutils | openutils-testing-junit | 2.0.2 | - | jar | |
org.apache.derby | derby | 10.2.2.0 | - | 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 | 1.5.3 | - | jar | |
asm | asm-attrs | 1.5.3 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-codec | commons-codec | 1.3 | - | jar | |
commons-collections | commons-collections | 3.1 | - | jar | |
commons-lang | commons-lang | 2.3 | - | 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.1.ga | - | jar | |
org.slf4j | slf4j-api | 1.4.3 | - | jar | |
org.springframework | spring-aop | 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 | |
net.sourceforge.openutils | openutils-testing | 2.0.2 | - | jar |
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: ORM
http://www.springframework.org
Spring Framework: Transaction
http://www.springframework.org
Spring Framework: AOP
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
openutils test utils
http://openutils.sourceforge.net/openutils-testing-junit
openutils test utils
http://openutils.sourceforge.net/openutils-testing
Spring Framework: Test
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Spring Framework: Beans
http://www.springframework.org
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/
The slf4j log4j-12 binding
The slf4j API
JCL implementation over SLF4J
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:3.1
Types that extend and augment the Java Collections Framework.
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.