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 |
|---|---|---|---|---|---|
| junit | junit | 4.1 | - | 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 |
|---|---|---|---|---|---|
| commons-fileupload | commons-fileupload | 1.2.1 | - | jar | |
| javax.servlet | jsp-api | 2.0 | - | jar | |
| javax.servlet | servlet-api | 2.4 | - | jar | |
| log4j | log4j | 1.2.14 | - | jar | |
| org.osgi | osgi_R4_core | 1.0 | - | jar |
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
Cooee is a Web UI framework that closely follows the Swing API without the hassle of Javascript. This means that developers with little to no web application experience can immediately begin coding web applications with their existing Swing API knowledge. The code base represents a combined fork of the Echo2 source code and associated projects
http://www.karora.org/projects/cooee
The FileUpload component provides a simple yet flexible means of adding support for multipart file upload functionality to servlets and web applications.
http://commons.apache.org/fileupload/
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 - javax.servlet:jsp-api:jar:2.0
OSGi R4 core
Log4j