From 831d0ec97f974a1702a057662a8b62ccee8c07e7 Mon Sep 17 00:00:00 2001 From: bhandy Date: Wed, 28 Apr 2021 13:44:09 -0400 Subject: [PATCH] BAEL-4844: Prevent building the pointcutadvice code with the ajc. --- spring-aop/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-aop/pom.xml b/spring-aop/pom.xml index 09949a95f5..d18019a5ca 100644 --- a/spring-aop/pom.xml +++ b/spring-aop/pom.xml @@ -53,6 +53,9 @@ true ignore UTF-8 + + **/pointcutadvice/** +