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 |
|---|---|---|---|---|---|
| commons-fileupload | commons-fileupload | 1.2 | - | jar | |
| commons-io | commons-io | 1.3.1 | - | jar | |
| junitperf | junitperf | 1.8 | - | jar | |
| net.sourceforge.jwebunit | jwebunit-core | 1.5 | - | jar | |
| org.mortbay.jetty | jetty | 6.1.9 | - | 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 |
|---|---|---|---|---|---|
| javax.servlet | servlet-api | 2.4 | - | jar | |
| junit | junit | 3.8.2 | - | jar | |
| org.mortbay.jetty | jetty-util | 6.1.9 | - | jar | |
| org.mortbay.jetty | servlet-api-2.5 | 6.1.9 | - | jar | |
| regexp | regexp | 1.3 | - | jar |
All test cases that each plugin should pass.
http://jwebunit.sourceforge.net/jwebunit-commons-tests
Unnamed - junitperf:junitperf:jar:1.8
Jetty server core
Utility classes for Jetty
Servlet Specification 2.5 API
The core API of JWebUnit. Define how tests should be written and interface for testing engines.
http://jwebunit.sourceforge.net/jwebunit-core
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 - regexp:regexp:jar:1.3
Unnamed - javax.servlet:servlet-api:jar:2.4
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://jakarta.apache.org/commons/fileupload/
Commons-IO contains utility classes, stream implementations, file filters, and endian classes.