1
0
mirror of synced 2026-08-03 08:51:58 +00:00
Files
spring-security/samples/aspectj/aspectj.gradle
T
Luke Taylor a3ef8255d8 SEC-1232: GlobalMethodSecurityBeanDefinitionParser support for mode='aspectj'
Also added this syntax to the aspectj sample.
2010-03-31 18:31:28 +01:00

9 lines
211 B
Groovy

dependencies {
compile project(':spring-security-core')
aspectpath project(':spring-security-aspects')
runtime project(':spring-security-config'),
project(':spring-security-aspects')
}