Merge pull request #196 from KingBuzzer/spring-aspects-dependencies
* spring-aspects-dependencies: Replace dependency to aspectjrt with aspectjweaver
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user