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.jdo | jdo2-api | 2.0 | - | jar | |
jpox | jpox-core | 1.2.0 | - | jar | |
jpox | jpox-enhancer | 1.2.0 | - | jar | |
jpox | jpox-rdbms | 1.2.0 | - | jar | |
net.sf.webdav-servlet | webdav-servlet | 2.0 | - | 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 |
---|---|---|---|---|---|
com.javaranch.unittest.helper.sql.pool | jndi-helper | 1.0.5 | - | jar | |
junit | junit | 3.8.1 | - | jar | |
mysql | mysql-connector-java | 3.1.12 | - | 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 |
---|---|---|---|---|---|
geronimo-spec | geronimo-spec-jta | 1.0.1B-rc2 | - | jar | |
log4j | log4j | 1.2.12 | - | jar | |
org.slf4j | slf4j-api | 1.5.0 | - | jar | |
org.slf4j | slf4j-log4j12 | 1.4.3 | - | 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 |
---|---|---|---|---|---|
com.sun.jndi | fscontext | 1.2-beta-3 | - | jar |
A module implementing DataBase storage for webdav-servlet.
http://db-filestore.sourceforge.net/webdav-servlet-db/
MySQL java connector
http://dev.mysql.com/usingmysql/java/
Unnamed - jpox:jpox-core:jar:1.2.0
Unnamed - jpox:jpox-rdbms:jar:1.2.0
Unnamed - jpox:jpox-enhancer:jar:1.2.0
The Java Data Objects 2.0 (JDO) API is a standard interface-based Java model abstraction of persistence, developed as Java Specification Request 243 under the auspices of the Java Community Process.
Unnamed - geronimo-spec:geronimo-spec-jta:jar:1.0.1B-rc2
An servlet implementing the webdav protocoll and supports pluggable underlaying storage systems.
http://sourceforge.net/projects/webdav-servlet
The slf4j log4j-12 binding
Unnamed - log4j:log4j:jar:1.2.12
Unnamed - com.sun.jndi:fscontext:jar:1.2-beta-3
http://java.sun.com/products/jndi
The slf4j API
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.