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 |
|---|---|---|---|---|---|
| ch.qos.logback | logback-classic | 0.9.9 | - | jar | |
| commons-httpclient | commons-httpclient | 3.1 | - | jar | |
| commons-io | commons-io | 1.4 | - | jar | |
| commons-lang | commons-lang | 2.4 | - | jar | |
| commons-net | commons-net | 1.4.1 | - | jar | |
| jdom | jdom | 1.0 | - | jar | |
| org.slf4j | jcl-over-slf4j | 1.5.2 | - | jar | |
| org.springframework | spring-context-support | 2.5.5 | - | jar | |
| org.springframework | spring-tx | 2.5.5 | - | jar | |
| org.springframework | spring-web | 2.5.5 | - | jar | |
| quartz | quartz | 1.5.2 | - | 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 |
|---|---|---|---|---|---|
| org.springframework | spring-test | 2.5.5 | - | 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-cli | commons-cli | 1.0 | - | jar | |
| javax.servlet | servlet-api | 2.5 | - | jar | |
| org.mortbay.jetty | jetty | 6.1.11 | - | 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 |
|---|---|---|---|---|---|
| aopalliance | aopalliance | 1.0 | - | jar | |
| ch.qos.logback | logback-core | 0.9.9 | - | jar | |
| commons-codec | commons-codec | 1.2 | - | jar | |
| org.slf4j | slf4j-api | 1.5.0 | - | jar | |
| org.springframework | spring-beans | 2.5.5 | - | jar | |
| org.springframework | spring-context | 2.5.5 | - | jar | |
| org.springframework | spring-core | 2.5.5 | - | jar | |
| oro | oro | 2.0.8 | - | 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 |
|---|---|---|---|---|---|
| junit | junit | 4.4 | - | 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 |
|---|---|---|---|---|---|
| org.mortbay.jetty | jetty-util | 6.1.11 | - | jar |
A JAVA(TM) based APT-Proxy.
Spring Framework: Web
http://www.springframework.org
Spring Framework: Context Support
Spring Framework: Context Support
http://www.springframework.org
AOP Alliance
Spring Framework: Transaction
http://www.springframework.org
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Context
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
Unnamed - quartz:quartz:jar:1.5.2
OpenSymphony's Quartz Scheduler
Jetty server core
Utility classes for Jetty
Commons CLI provides a simple API for working with the command line arguments and options.
JCL 1.1.1 implemented over SLF4J
JCL 1.1.1 implementation over SLF4J
Logback: the generic, reliable, fast and flexible logging library for Java.
Logback: the generic, reliable, fast and flexible logging library for Java.
The slf4j API
Commons-IO contains utility classes, stream implementations, file filters, file comparators and endian classes.
The HttpClient component supports the client-side of RFC 1945 (HTTP/1.0) and RFC 2616 (HTTP/1.1) , several related specifications (RFC 2109 (Cookies) , RFC 2617 (HTTP Authentication) , etc.), and provides a framework by which new request types (methods) or HTTP extensions can be created easily.
http://jakarta.apache.org/httpcomponents/httpclient-3.x/
The codec package contains simple encoder and decoders for various formats such as Base64 and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
http://commons.apache.org/lang/
Unnamed - javax.servlet:servlet-api:jar:2.5
Spring Framework: Test
http://www.springframework.org
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.