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 |
|---|---|---|---|---|---|
| com.oracle | ojdbc14 | 10.2.0.3.0 | - | jar | |
| commons-dbcp | commons-dbcp | 1.2.1 | - | jar | |
| commons-dbutils | commons-dbutils | 1.1 | - | jar | |
| commons-io | commons-io | 1.3.1 | - | jar | |
| hsqldb | hsqldb | 1.8.0.1 | - | jar | |
| junit | junit | 3.8.1 | - | jar | |
| mysql | mysql-connector-java | 5.0.5 | - | jar | |
| postgresql | postgresql | 8.2-504.jdbc3 | - | 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 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 | 2.1 | - | jar | |
| commons-pool | commons-pool | 1.2 | - | 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.
Unnamed - hsqldb:hsqldb:jar:1.8.0.1
A package of Java utility classes for easing JDBC development
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
The PostgreSQL JDBC3 Driver for PostgreSQL 8.2 databases
MySQL java connector
http://dev.mysql.com/usingmysql/java/
Unnamed - com.oracle:ojdbc14:jar:10.2.0.3.0
POM was created from install:install-file
Commons Database Connection Pooling
http://jakarta.apache.org/commons/dbcp/
Commons Collections
Commons Object Pooling Library
http://jakarta.apache.org/commons/pool/
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 - xerces:xercesImpl:jar:2.0.2
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.