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 |
---|---|---|---|---|---|
aspectj | aspectjlib | 1.5.3 | - | jar | |
aspectj | aspectjrt | 1.5.3 | - | jar | |
aspectj | aspectjweaver | 1.5.3 | - | jar | |
junit | junit | 4.4 | - | jar | |
log4j | log4j | 1.2.12 | - | jar | |
org.springframework | spring | 2.5.4 | - | jar | |
org.springframework.config.java | spring-javaconfig | 1.0.0.m4-SNAPSHOT | - | 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 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 |
---|---|---|---|---|---|
aopalliance | aopalliance | 1.0 | - | jar | |
cglib | cglib-nodep | 2.1_3 | - | jar | |
commons-logging | commons-logging | 1.1.1 | - | jar | |
org.springframework | spring-beans | 2.5.4 | - | jar | |
org.springframework | spring-context | 2.5.4 | - | jar | |
org.springframework | spring-core | 2.5.4 | - | jar |
Spring JavaConfig Samples: @Required Processing
The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts. While most people currently use XML to configure bean definitions in their Application Contexts, Spring's versatility and metadata based internal handling of bean definitions means alternatives to XML config are easy to implement.
http://springframework.org/javaconfig/spring-javaconfig-samples/spring-javaconfig-samples-atrequired
Spring Framework
http://www.springframework.org
The Spring JavaConfig project provides a type-safe, pure-Java option for configuring Spring Application Contexts. While most people currently use XML to configure bean definitions in their Application Contexts, Spring's versatility and metadata based internal handling of bean definitions means alternatives to XML config are easy to implement.
http://springframework.org/javaconfig/spring-javaconfig
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
Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
http://commons.apache.org/logging
Unnamed - log4j:log4j:jar:1.2.12
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.