From 794abce020ed0a9b02d99a3339e83f64d9143a3a Mon Sep 17 00:00:00 2001 From: Michael Ritter Date: Fri, 2 May 2025 15:25:30 -0600 Subject: [PATCH] Add aspectj dependencies back into deployment (#465) --- common-lib/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/common-lib/pom.xml b/common-lib/pom.xml index 1678635aa..873ec16fa 100644 --- a/common-lib/pom.xml +++ b/common-lib/pom.xml @@ -282,6 +282,18 @@ These are not required for the services war so they should live somewhere else. It's difficult to test version changes because they require the gateway to be deployed. --> + + org.aspectj + aspectjrt + + + org.aspectj + aspectjtools + + + org.aspectj + aspectjweaver + com.fasterxml classmate -- 2.47.3