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 | |
hsqldb | hsqldb | 1.8.0.7 | - | jar | |
org.dbunit | dbunit | 2.2 | - | jar | |
org.jmock | jmock-junit3 | 2.4.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 |
---|---|---|---|---|---|
xml-apis | xml-apis | 1.0.b2 | - | 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-collections | commons-collections | 3.1 | - | jar | |
commons-lang | commons-lang | 2.1 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
commons-pool | commons-pool | 1.2 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
junit-addons | junit-addons | 1.4 | - | jar | |
org.hamcrest | hamcrest-core | 1.1 | - | jar | |
org.hamcrest | hamcrest-library | 1.1 | - | jar | |
org.jmock | jmock | 2.4.0 | - | jar | |
poi | poi | 2.5.1-final-20040804 | - | jar | |
xerces | xercesImpl | 2.0.2 | - | jar | |
xerces | xmlParserAPIs | 2.6.2 | - | jar |
Java library for easy access to configuration parameters with support for XML and SQL based configurations, strong cryptography, clusterization and streaming.
http://smartconfig.sourceforge.net
DbUnit is a JUnit extension (also usable from Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage.
Unnamed - junit-addons:junit-addons:jar:1.4
Unnamed - xerces:xmlParserAPIs:jar:2.6.2
Unnamed - poi:poi:jar:2.5.1-final-20040804
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)}/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
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.
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
Commons Object Pooling Library
http://jakarta.apache.org/commons/pool/
Unnamed - commons-collections:commons-collections:jar:3.1
Types that extend and augment the Java Collections Framework.
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.