|
|
|
@ -12,7 +12,7 @@ aspectj.version = aspectjVersion
@@ -12,7 +12,7 @@ aspectj.version = aspectjVersion
|
|
|
|
|
|
|
|
|
|
dependencies { |
|
|
|
|
aspect(project(":spring-orm")) |
|
|
|
|
compile("org.aspectj:aspectjrt:${aspectjVersion}") |
|
|
|
|
compile("org.aspectj:aspectjweaver:${aspectjVersion}") |
|
|
|
|
optional(project(":spring-aop")) // for @Async support |
|
|
|
|
optional(project(":spring-beans")) // for @Configurable support |
|
|
|
|
optional(project(":spring-context")) // for @Enable* support |
|
|
|
|