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 |
|---|---|---|---|---|---|
| junit | junit | 3.8.1 | - | jar | |
| p6spy | p6spy | 1.3 | - | jar | (optional) |
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| org.slf4j | slf4j-simple | 1.4.3 | - | jar | (optional) |
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 |
|---|---|---|---|---|---|
| mockobjects | mockobjects | 0.07-j1.3-j2ee1.3 | - | jar | |
| mockobjects | mockobjects-j1.3-j2ee1.3 | 0.07 | - | jar |
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
| GroupId | ArtifactId | Version | Classifier | Type | Optional |
|---|---|---|---|---|---|
| mockobjects | mockobjects-core | 0.09 | - | jar | |
| javax.servlet | servlet-api | 2.3 | - | jar | (optional) |
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 |
|---|---|---|---|---|---|
| org.slf4j | slf4j-api | 1.4.3 | - | jar |
A simple framework for run-time profiling an application, focused on J2EE web applications.
http://docs.atlassian.com/atlassian-profiling/1.8.2
SLF4J Simple binding
The slf4j API
Unnamed - javax.servlet:servlet-api:jar:2.3
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 - mockobjects:mockobjects-core:jar:0.09