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 | 2.1_3 | - | jar | |
com.thoughtworks.xstream | xstream | 1.2.2 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-jxpath | commons-jxpath | 1.2 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging | 1.0.3 | - | jar | |
ehcache | ehcache | 1.1 | - | jar | |
org.springframework | spring | 1.2.8 | - | jar | |
org.springframework | spring-aop | 1.2.8 | - | jar | |
org.springframework | spring-beans | 1.2.8 | - | jar | |
org.springframework | spring-context | 1.2.8 | - | jar | |
org.springframework | spring-core | 1.2.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 |
---|---|---|---|---|---|
org.easymock | easymock | 2.3 | - | jar | |
org.easymock | easymockclassextension | 2.3 | - | jar | |
org.springframework | spring-mock | 1.2.8 | - | 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 |
---|---|---|---|---|---|
ant | ant-optional | 1.5.1 | - | jar | |
asm | asm | 1.5.3 | - | jar | |
commons-collections | commons-collections | 2.0 | - | jar | |
javax.servlet | servlet-api | 2.2 | - | jar | |
jdom | jdom | b9 | - | jar | |
xerces | xerces | 1.2.3 | - | jar | |
xml-apis | xml-apis | 1.0.b2 | - | jar | |
xpp3 | xpp3_min | 1.1.3.4.O | - | 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 |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar | |
junit | junit | 3.8.1 | - | jar |
Pojo generator is a framework that will generate data for your domain model. This is very usefull when for instantce database isn't up yet, end you want to continue to develop the frontend of the application.
http://pojogenerator.sourceforge.net
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
A package of Java utility methods for accessing and modifying object properties
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Unnamed - xerces:xerces:jar:1.2.3
Unnamed - javax.servlet:servlet-api:jar:2.2
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.
Unnamed - ant:ant-optional:jar:1.5.1
XML Commons External Components XML APIs
xml-commons provides an Apache-hosted set of DOM, SAX, and JAXP interfaces for use in other xml-based projects. Our hope is that we can standardize on both a common version and packaging scheme for these critical XML standards interfaces to make the lives of both our developers and users easier. The External Components portion of xml-commons contains interfaces that are defined by external standards organizations. For DOM, that's the W3C; for SAX it's David Megginson and sax.sourceforge.net; for JAXP it's Sun.
http://xml.apache.org/commons/#external
Unnamed - commons-collections:commons-collections:jar:2.0
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)}/
Ehcache is a pure Java, in-process cache with the following features: Fast, Simple, Acts as a pluggable cache for Hibernate 2.1. Small foot print. Both in terms of size and memory requirements. Minimal dependencies. Fully documented. See the online Documentation, FAQ and the online JavaDoc. Comprehensively Test Coverage. Scalable to hundreds of caches and large multi-cpu servers. Production tested. All versions of ehcache are production tested for several weeks on a large and very busy eCommerce site before release.
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
The EasyMock Class Extension allows to generate Mock Objects for classes
Unnamed - xpp3:xpp3_min:jar:1.1.3.4.O
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
Commons Logging