2017-03-28 16:45:30 -04:00
|
|
|
apply plugin: 'io.spring.convention.spring-sample-war'
|
2019-08-04 20:21:03 -04:00
|
|
|
apply plugin: 'io.freefair.aspectj.post-compile-weaving'
|
2017-03-28 16:45:30 -04:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
compile project(':spring-security-core')
|
|
|
|
|
2019-08-04 20:21:03 -04:00
|
|
|
aspect project(':spring-security-aspects')
|
2017-03-28 16:45:30 -04:00
|
|
|
|
|
|
|
runtime project(':spring-security-aspects')
|
|
|
|
runtime project(':spring-security-config')
|
|
|
|
}
|
2019-08-12 15:19:50 -04:00
|
|
|
|
|
|
|
aspectj {
|
|
|
|
version = aspectjVersion
|
|
|
|
}
|
|
|
|
|