2017-08-21 20:41:55 +08:00
|
|
|
description = "Spring AOP"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile(project(":spring-beans"))
|
|
|
|
compile(project(':spring-core'))
|
|
|
|
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
|
|
|
|
optional("org.apache.commons:commons-pool2:2.4.2")
|
|
|
|
optional("com.jamonapi:jamon:2.81")
|
2017-09-25 19:50:50 +08:00
|
|
|
testRuntime("org.aspectj:aspectjweaver:1.9.0.BETA-7") // for JDK 9 build compatibility
|
2017-09-23 17:28:19 +08:00
|
|
|
}
|