Project Dependencies

compile

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
com.envoisolutions.sxc sxc-xpath 0.7.2 - 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:

GroupId ArtifactId Version Classifier Type Optional
org.mule.modules mule-module-client 2.0.2 - jar
org.mule.tests mule-tests-functional 2.0.2 - jar
org.mule.transports mule-transport-http 2.0.2 - jar
org.mule.transports mule-transport-vm 2.0.2 - jar

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:

GroupId ArtifactId Version Classifier Type Optional
backport-util-concurrent backport-util-concurrent 3.1 - jar
com.envoisolutions.sxc sxc-core 0.7.2 - jar
com.envoisolutions.sxc sxc-runtime 0.7.2 - jar
com.sun.xml.bind jaxb-impl 2.1.2 - jar
com.sun.xml.bind jaxb-xjc 2.1.2 - jar
com.thoughtworks.xstream xstream 1.2.1 - jar
commons-beanutils commons-beanutils 1.7.0 - jar
commons-cli commons-cli 1.0 - jar
commons-collections commons-collections 3.2 - jar
commons-discovery commons-discovery 0.2 - jar
commons-io commons-io 1.3.1 - jar
commons-jxpath commons-jxpath 1.2 - jar
commons-lang commons-lang 2.3 - jar
commons-pool commons-pool 1.4 - jar
dom4j dom4j 1.6.1 - jar
javax.activation activation 1.1 - jar
javax.xml.bind jaxb-api 2.1 - jar
javax.xml.stream stax-api 1.0-2 - jar
jaxen jaxen 1.1.1 - jar
jdom jdom 1.0 - jar
junit junit 3.8.2 - jar
log4j log4j 1.2.14 - jar
mockobjects mockobjects-core 0.09 - jar
net.java.dev.stax-utils stax-utils 20080702 - jar
net.sf.saxon saxon 8.9.0.4 - jar
net.sf.saxon saxon-dom 8.9.0.4 - jar
org.apache.geronimo.specs geronimo-j2ee-connector_1.5_spec 1.1 - jar
org.apache.geronimo.specs geronimo-jta_1.0.1B_spec 1.1 - jar
org.codehaus.woodstox wstx-asl 3.2.6 - jar
org.mule mule-core 2.0.2 - jar
org.mule.modules mule-module-xml 2.0.2 - jar
org.safehaus.jug jug 2.0.0 asl jar
org.slf4j jcl104-over-slf4j 1.5.0 - jar
org.slf4j slf4j-api 1.5.0 - jar
org.slf4j slf4j-log4j12 1.5.0 - jar
stax stax-api 1.0.1 - jar
xpp3 xpp3_min 1.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:

GroupId ArtifactId Version Classifier Type Optional
commons-codec commons-codec 1.3 - jar
commons-httpclient commons-httpclient 3.1 - jar
org.mule mule-core 2.0.2 tests test-jar
org.mule.modules mule-module-builders 2.0.2 - jar
org.mule.transports mule-transport-ssl 2.0.2 - jar
org.mule.transports mule-transport-tcp 2.0.2 - jar
org.springframework spring-web 2.5.3 - 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:

GroupId ArtifactId Version Classifier Type Optional
org.mule.modules mule-module-spring-config 2.0.2 - jar
org.springframework spring-beans 2.5.3 - jar
org.springframework spring-context 2.5.3 - jar
org.springframework spring-core 2.5.3 - jar

system

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

GroupId ArtifactId Version Classifier Type Optional
com.sun tools 1.5.0 - jar

Project Dependency Graph

Dependency Listings

SXC Module

Efficiently route messages using streaming XPath.

http://mule.mulesource.org/mule-modules/mule-module-sxc

Mule Functional Test Framework (TCK)

Mule functional test framework (TCK)

http://mule.mulesource.org/mule-tests/mule-tests-functional

Mule Core

Mule server and core classes

http://mule.mulesource.org/mule-core

Mule Client

MuleClient is a simple interface for Mule clients to send and receive events from local or remote Mule Servers.

http://mule.mulesource.org/mule-modules/mule-module-client

Mule Configuration Builders

Standard configuration builders for Mule

http://mule.mulesource.org/mule-modules/mule-module-builders

Spring Config

Mule Builder for use with Spring 2.X Namespace based XML configuration.

http://mule.mulesource.org/mule-modules/mule-module-spring-config

Spring Framework: Web

Spring Framework: Web

http://www.springframework.org

Spring Framework: Beans

Spring Framework: Beans

http://www.springframework.org

Spring Framework: Context

Spring Framework: Context

http://www.springframework.org

Spring Framework: Core

Spring Framework: Core

http://www.springframework.org

XML Extensions

Functionality for working with XML

http://mule.mulesource.org/mule-modules/mule-module-xml

VM Transport

A Mule transport that enables event sending and receiving over VM or embedded memory queues. These queues can be persistent or transient.

http://mule.mulesource.org/mule-transports/mule-transport-vm

HTTP Transport

A Mule transport for Http Connectivity. This transport supplies a simple Http Server implementation.

http://mule.mulesource.org/mule-transports/mule-transport-http

SSL Transport

A Mule transport for Socket connectivity using SSL authentication. This transport supplies a tcp Server and client implementation over SSL.

http://mule.mulesource.org/mule-transports/mule-transport-ssl

TCP Transport

A Mule transport for Tcp Connectivity. This transport supplies a tcp Server and client implementation.

http://mule.mulesource.org/mule-transports/mule-transport-tcp

Mule Core

Mule server and core classes

http://mule.mulesource.org/mule-core

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/httpcomponents/httpclient-3.x/

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.

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

SXC XPath

http://soter.codehaus.org/sxc-xpath

SXC Core

http://soter.codehaus.org/sxc-core

SXC Runtime

http://soter.codehaus.org/sxc-runtime

StAX API

StAX API is the standard java XML processing API defined by JSR-173

http://stax.codehaus.org/

Unnamed - com.sun.xml.bind:jaxb-xjc:jar:2.1.2

Unnamed - com.sun.xml.bind:jaxb-impl:jar:2.1.2

Unnamed - javax.xml.bind:jaxb-api:jar:2.1

Unnamed - javax.xml.stream:stax-api:jar:1.0-2

Unnamed - javax.activation:activation:jar:1.1

com.sun:tools:jar

/opt/java/sdk/Sun/jdk1.5.0_15/jre/../lib/tools.jar

jaxen

Jaxen is a universal Java XPath engine.

http://jaxen.codehaus.org/