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
cglibcglib-full2.0.2-jar
jmockjmock-cglib1.0.1-jar
org.springframeworkspring-beans2.0-m4-jar
org.springframeworkspring-context2.0-m4-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
junitjunit3.8.1-jar
org.springframeworkspring-mock2.0-rc3-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:

GroupIdArtifactIdVersionClassifierTypeOptional
aopallianceaopalliance1.0-jar
commons-collectionscommons-collections3.1-jar
commons-loggingcommons-logging1.0.4-jar
jmockjmock1.0.1-jar
org.springframeworkspring-aop2.0-m4-jar
org.springframeworkspring-core2.0-m4-jar
orooro2.0.8-jar

Project Dependency Graph

Dependency Listings

Spring AutoMock

Spring AutoMock is a test enabling framework to allow automatic exposure of Mocked beans for a Spring application. Used in conjunction with Spring autowiring of bean dependencies you can develop teired application contexts that represent the architectural tiers of your application, and thus you testing strategy. The simplest example is a separation of service beans and DAO beans into separate xml application contexts so that the services can be fully tested in isolation of the DAOs. The DAO beans are still required by the services typically as an injected property. Spring AutoMock can automatically register a Mock and a proxy of certain beans, so that the Mocks can be injected into your test cases and the matching proxy into the item under test. This reduces the need for repeated Spring test configuration.

http://automock.sourceforge.net/

Unnamed - junit:junit:jar:3.8.1

Spring Mock

Spring Framework

http://www.springframework.org/spring-mock

Spring beans

Spring Framework

http://www.springframework.org/spring-beans

Spring core

Spring Framework

http://www.springframework.org/spring-core

Logging

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

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

Unnamed - commons-collections:commons-collections:jar:3.1

Types that extend and augment the Java Collections Framework.

Spring context

Spring Framework

http://www.springframework.org/spring-context

Spring AOP

Spring Framework

http://www.springframework.org/spring-aop

AOP alliance

AOP Alliance

Unnamed - oro:oro:jar:2.0.8

Unnamed - jmock:jmock-cglib:jar:1.0.1

Unnamed - jmock:jmock:jar:1.0.1

Unnamed - cglib:cglib-full:jar:2.0.2