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 |
---|---|---|---|---|---|
aspectj | aspectjrt | 1.5.3 | - | jar | |
com.thoughtworks.xstream | xstream | 1.2.2 | - | jar | |
commons-beanutils | commons-beanutils | 1.7.0 | - | jar | |
commons-collections | commons-collections | 3.2 | - | jar | |
commons-httpclient | commons-httpclient | 3.0.1 | - | jar | |
net.sf.json-lib | json-lib | 2.0 | jdk15 | jar | |
net.sf.oval | oval | 1.0 | - | jar | |
org.springframework | spring-context | 2.0.5 | - | 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.easymock | easymockclassextension | 2.2.2 | - | jar | |
org.springframework | spring-mock | 2.0.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 |
---|---|---|---|---|---|
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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
avalon-framework | avalon-framework | 4.1.3 | - | jar | |
commons-codec | commons-codec | 1.2 | - | jar | |
commons-lang | commons-lang | 2.2 | - | jar | |
commons-logging | commons-logging | 1.1 | - | jar | |
log4j | log4j | 1.2.12 | - | jar | |
logkit | logkit | 1.0.1 | - | jar | |
net.sf.ezmorph | ezmorph | 1.0.2 | - | jar | |
org.springframework | spring-beans | 2.0.5 | - | jar | |
org.springframework | spring-core | 2.0.5 | - | jar | |
xpp3 | xpp3_min | 1.1.3.4.O | - | 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 |
---|---|---|---|---|---|
cglib | cglib-nodep | 2.1_3 | - | jar | |
junit | junit | 4.3 | - | jar | |
org.easymock | easymock | 2.3 | - | jar |
Java Client for Open-Xchanges HTTP-API providing a higher an lower API.
http://oxclient-lib.sourceforge.net/
object validation framework for Java 5 or later
Spring Framework: Context
http://www.springframework.org
AOP Alliance
http://aopalliance.sourceforge.net
Spring Framework: Beans
http://www.springframework.org
Spring Framework: Core
http://www.springframework.org
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/commons/httpclient/
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.
Unnamed - commons-beanutils:commons-beanutils:jar:1.7.0
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/
The EasyMock Class Extension allows to generate Mock Objects for classes
EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism
Spring Framework: Mock
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.
Java library for transforming beans, maps, collections, java arrays and XML to JSON.
http://json-lib.sourceforge.net
Simple java library for transforming an Object to another Object.
http://ezmorph.sourceforge.net
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://jakarta.apache.org/commons/lang/
Unnamed - xpp3:xpp3_min:jar:1.1.3.4.O
MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.
http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/
Types that extend and augment the Java Collections Framework.