Project Dependencies

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
aspectjaspectjrt1.5.3-jar
com.thoughtworks.xstreamxstream1.2.2-jar
commons-beanutilscommons-beanutils1.7.0-jar
commons-collectionscommons-collections3.2-jar
commons-httpclientcommons-httpclient3.0.1-jar
net.sf.json-libjson-lib2.0jdk15jar
net.sf.ovaloval1.0-jar
org.springframeworkspring-context2.0.5-jar

test

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:

GroupIdArtifactIdVersionClassifierTypeOptional
org.easymockeasymockclassextension2.2.2-jar
org.springframeworkspring-mock2.0.5-jar

provided

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:

GroupIdArtifactIdVersionClassifierTypeOptional
javax.servletservlet-api2.3-jar(optional)

Project Transitive Dependencies

The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.

compile

The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:

GroupIdArtifactIdVersionClassifierTypeOptional
aopallianceaopalliance1.0-jar
avalon-frameworkavalon-framework4.1.3-jar
commons-codeccommons-codec1.2-jar
commons-langcommons-lang2.2-jar
commons-loggingcommons-logging1.1-jar
log4jlog4j1.2.12-jar
logkitlogkit1.0.1-jar
net.sf.ezmorphezmorph1.0.2-jar
org.springframeworkspring-beans2.0.5-jar
org.springframeworkspring-core2.0.5-jar
xpp3xpp3_min1.1.3.4.O-jar

test

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:

GroupIdArtifactIdVersionClassifierTypeOptional
cglibcglib-nodep2.1_3-jar
junitjunit4.3-jar
org.easymockeasymock2.3-jar

Project Dependency Graph

Dependency Listings

oxclient-lib

Java Client for Open-Xchanges HTTP-API providing a higher an lower API.

http://oxclient-lib.sourceforge.net/

OVal

object validation framework for Java 5 or later

http://oval.sf.net

Spring Framework: Context

Spring Framework: Context

http://www.springframework.org

AOP alliance

AOP Alliance

http://aopalliance.sourceforge.net

Spring Framework: Beans

Spring Framework: Beans

http://www.springframework.org

Spring Framework: Core

Spring Framework: Core

http://www.springframework.org

HttpClient

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/

Codec

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

Logging

Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.

http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/

EasyMock class extension

The EasyMock Class Extension allows to generate Mock Objects for classes

http://www.easymock.org

EasyMock

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism

http://www.easymock.org

cglib

http://cglib.sourceforge.net/

Spring Framework: Mock

Spring Framework: Mock

http://www.springframework.org

JUnit

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.

http://junit.org

AspectJ runtime

http://www.aspectj.org

json-lib

Java library for transforming beans, maps, collections, java arrays and XML to JSON.

http://json-lib.sourceforge.net

ezmorph

Simple java library for transforming an Object to another Object.

http://ezmorph.sourceforge.net

Lang

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/

XStream Core

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/

Collections

Types that extend and augment the Java Collections Framework.

http://jakarta.apache.org/commons/collections/

Unnamed - javax.servlet:servlet-api:jar:2.3