Merge pull request #196 from KingBuzzer/spring-aspects-dependencies

* spring-aspects-dependencies:
  Replace dependency to aspectjrt with aspectjweaver
This commit is contained in:
Phillip Webb
2012-12-04 14:51:45 -08:00

View File

@@ -645,7 +645,7 @@ project('spring-aspects') {
compile(project(":spring-orm"), optional) // for JPA exception translation support
aspects project(":spring-orm")
ajc "org.aspectj:aspectjtools:${aspectjVersion}"
compile "org.aspectj:aspectjrt:${aspectjVersion}"
compile "org.aspectj:aspectjweaver:${aspectjVersion}"
testCompile project(":spring-core") // for CodeStyleAspect
compile project(":spring-beans") // for 'p' namespace visibility
testCompile project(":spring-test")