You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
347 B
16 lines
347 B
apply plugin: 'io.spring.convention.spring-sample-war' |
|
apply plugin: 'io.freefair.aspectj.post-compile-weaving' |
|
|
|
dependencies { |
|
compile project(':spring-security-core') |
|
|
|
aspect project(':spring-security-aspects') |
|
|
|
runtime project(':spring-security-aspects') |
|
runtime project(':spring-security-config') |
|
} |
|
|
|
aspectj { |
|
version = aspectjVersion |
|
} |
|
|
|
|