Use the 'io.freefair.aspectj' gradle plugin

This commit is contained in:
Lars Grefer
2019-08-05 02:21:03 +02:00
committed by Rob Winch
parent 0410bac559
commit a51318eb95
8 changed files with 17 additions and 151 deletions

View File

@@ -1,18 +0,0 @@
<?xml version="1.0"?>
<!--
AspectJ load-time weaving config file to install common Spring
aspects.
-->
<aspectj>
<!--
<weaver options="-showWeaveInfo"/>
-->
<aspects>
<aspect
name="org.springframework.security.access.intercept.aspectj.aspect.AnnotationSecurityAspect" />
</aspects>
</aspectj>