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 |
---|---|---|---|---|---|
javax.persistence | persistence-api | 1.0 | - | jar | |
net.sourceforge.safr | safr-crypto | 0.9 | - | jar | |
org.apache.derby | derby | 10.2.2.0 | - | jar | |
org.hibernate | hibernate-annotations | 3.3.0.ga | - | jar | |
org.hibernate | hibernate-commons-annotations | 3.3.0.ga | - | jar | |
org.springframework | spring | 2.5.4 | - | 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 | 4.4 | - | 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 | |
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
cglib | cglib | 2.1_3 | - | jar | |
com.ibm.icu | icu4j | 3.8 | - | jar | |
commons-codec | commons-codec | 1.1 | - | jar | |
commons-collections | commons-collections | 2.1.1 | - | jar | |
commons-dbcp | commons-dbcp | 1.2.1 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
commons-pool | commons-pool | 1.3 | - | jar | |
dom4j | dom4j | 1.6.1 | - | jar | |
javax.annotation | jsr250-api | 1.0 | - | jar | |
javax.servlet | servlet-api | 2.3 | - | jar | |
javax.transaction | jta | 1.0.1B | - | jar | |
log4j | log4j | 1.2.12 | - | jar | |
logkit | logkit | 1.0.1 | - | jar | |
net.sf.ehcache | ehcache | 1.2.3 | - | jar | |
net.sourceforge.safr | safr-core | 0.9 | - | jar | |
org.apache.felix | org.osgi.core | 1.0.0 | - | jar | |
org.aspectj | aspectjrt | 1.6.0 | - | jar | |
org.aspectj | aspectjweaver | 1.6.0 | - | jar | |
org.hibernate | hibernate | 3.2.4.sp1 | - | jar | |
org.jasypt | jasypt | 1.5 | - | jar | |
org.springframework | spring-aop | 2.5.4 | - | jar | |
org.springframework | spring-aspects | 2.5.4 | - | jar | |
org.springframework | spring-beans | 2.5.4 | - | jar | |
org.springframework | spring-context | 2.5.4 | - | jar | |
org.springframework | spring-core | 2.5.4 | - | jar | |
org.springframework | spring-test | 2.5.4 | - | jar | |
xerces | xercesImpl | 2.0.2 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar |
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.
Spring Framework: Core
http://www.springframework.org
Spring Framework: AOP
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Spring Framework: Test
http://www.springframework.org
OSGi Service Platform Release 4 Core Interfaces and Classes.
http://felix.apache.org/org.osgi.core
JSR-250 Common Annotations for the JavaTM Platform
JSR-250 Reference Implementation by Glassfish
http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html
JASYPT: Java Simplified Encryption
Java library which enables encryption in java apps with minimum effort.
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/${pom.artifactId.substring(8)}/
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.
The International Component for Unicode (ICU) is a mature, portable set of C/C++ and Java libraries for Unicode support, software internationalization (I18N) and globalization (G11N), giving applications the same results on all platforms.
http://www-306.ibm.com/software/globalization/icu/
Spring Framework
http://www.springframework.org
EJB3-style annotations for Hibernate
http://annotations.hibernate.org
Hibernate Commons - Annotations
EJB3-style annotations for Hibernate - common code
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.