parent
ad6231ad29
commit
50decc43ce
|
@ -12,7 +12,7 @@ aspectj.version = aspectjVersion
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
aspect(project(":spring-orm"))
|
aspect(project(":spring-orm"))
|
||||||
compile("org.aspectj:aspectjrt:${aspectjVersion}")
|
compile("org.aspectj:aspectjweaver:${aspectjVersion}")
|
||||||
optional(project(":spring-aop")) // for @Async support
|
optional(project(":spring-aop")) // for @Async support
|
||||||
optional(project(":spring-beans")) // for @Configurable support
|
optional(project(":spring-beans")) // for @Configurable support
|
||||||
optional(project(":spring-context")) // for @Enable* support
|
optional(project(":spring-context")) // for @Enable* support
|
||||||
|
|
Loading…
Reference in New Issue