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-httpclient | commons-httpclient | 3.1 | - | jar | |
net.java.dev.jna | jna | 3.1.0 | - | jar | |
org.jyaml | jyaml | 1.3 | - | jar | |
org.mortbay.jetty | jetty | 6.1.17 | - | 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 |
---|---|---|---|---|---|
javax.servlet | servlet-api | 2.5 | - | jar | |
junit | junit-dep | 4.5 | - | jar | |
org.apache.ant | ant | 1.7.1 | - | jar | |
org.hamcrest | hamcrest-all | 1.1 | - | jar | |
org.mockito | mockito-core | 1.7 | - | 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 |
---|---|---|---|---|---|
commons-codec | commons-codec | 1.2 | - | jar | |
commons-logging | commons-logging | 1.0.4 | - | jar | |
org.mortbay.jetty | jetty-util | 6.1.17 | - | jar | |
org.mortbay.jetty | servlet-api | 2.5-20081211 | - | 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.apache.ant | ant-launcher | 1.7.1 | - | jar | |
org.hamcrest | hamcrest-core | 1.1 | - | jar | |
org.objenesis | objenesis | 1.0 | - | jar |
Lavalamp is an application for controlling electronic appliances such as lavalamps. These appliances are switched on or off depending on the status of builds performed by a build server. Lavalamp can query build status via a remote api (eg Bamboo's rest api) or receive http notification of build status (eg. CruiseControl's http publisher). Lavalamp, which is configured using a yaml properties file, can handle multiple appliances associated to multiple builds performed on multiple build servers.
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/
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/logging/
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.
Jetty server core
http://www.eclipse.org/jetty/jetty-parent/project/modules/jetty
Utility classes for Jetty
http://www.eclipse.org/jetty/jetty-parent/project/jetty-util
Servlet Specification API
http://jetty.mortbay.org/servlet-api
JYaml is a Java library for Java object serialization using the Yaml format - a human-friendly format for structured documents (yaml.org).
Apache Ant
Unnamed - org.apache.ant:ant-launcher:jar:1.7.1
master POM
http://ant.apache.org/ant-launcher
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. The junit-dep artifact is the same as the junit artifact, expect that all dependencies are explicity declared and unbundled.
Mock objects library for java
A library for instantiating Java objects
http://objenesis.googlecode.com/svn/docs/index.html