mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-05-04 13:25:31 +01:00
8a371c7669
See gh-23550
13 lines
403 B
Groovy
13 lines
403 B
Groovy
description = "Spring AOP"
|
|
|
|
dependencies {
|
|
compile(project(":spring-beans"))
|
|
compile(project(":spring-core"))
|
|
optional("org.aspectj:aspectjweaver")
|
|
optional("org.apache.commons:commons-pool2")
|
|
optional("com.jamonapi:jamon")
|
|
testCompile(testFixtures(project(":spring-beans")))
|
|
testCompile(testFixtures(project(":spring-core")))
|
|
testFixturesImplementation(testFixtures(project(":spring-core")))
|
|
}
|